Skip to content

Commit 01c3274

Browse files
committed
test commit - additional language and button change
1 parent 4b55b56 commit 01c3274

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/app.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,9 @@ def submit_conversation(dataframe, conversation_id, session_id, language):
448448
choices=list(LANGUAGES.keys()), label="Language", interactive=True
449449
)
450450

451+
add_button = gr.Button("-", elem_id="add-language-btn")
452+
output = gr.Textbox(label="Status")
453+
451454
session_id = gr.Textbox(
452455
interactive=False,
453456
value=str(uuid.uuid4()),

0 commit comments

Comments
 (0)