Spaces:
Running
on
Zero
Running
on
Zero
Riddhi Bhagwat
commited on
Commit
·
01c3274
1
Parent(s):
4b55b56
test commit - additional language and button change
Browse files- app/app.py +3 -0
app/app.py
CHANGED
@@ -448,6 +448,9 @@ with gr.Blocks(css=css) as demo:
|
|
448 |
choices=list(LANGUAGES.keys()), label="Language", interactive=True
|
449 |
)
|
450 |
|
|
|
|
|
|
|
451 |
session_id = gr.Textbox(
|
452 |
interactive=False,
|
453 |
value=str(uuid.uuid4()),
|
|
|
448 |
choices=list(LANGUAGES.keys()), label="Language", interactive=True
|
449 |
)
|
450 |
|
451 |
+
add_button = gr.Button("-", elem_id="add-language-btn")
|
452 |
+
output = gr.Textbox(label="Status")
|
453 |
+
|
454 |
session_id = gr.Textbox(
|
455 |
interactive=False,
|
456 |
value=str(uuid.uuid4()),
|