Chad commited on
Commit ·
eae2183
1
Parent(s): dc86373
45672uwwewewewe
Browse files
app.py
CHANGED
|
@@ -97,7 +97,7 @@ with gr.Blocks() as interface:
|
|
| 97 |
lang_button.click(
|
| 98 |
fn=update_ui,
|
| 99 |
inputs=[language_state],
|
| 100 |
-
outputs=[language_state, title, lang_button, user_input, send_button, reset_button
|
| 101 |
)
|
| 102 |
|
| 103 |
send_button.click(
|
|
|
|
| 97 |
lang_button.click(
|
| 98 |
fn=update_ui,
|
| 99 |
inputs=[language_state],
|
| 100 |
+
outputs=[language_state, title, lang_button, user_input, send_button, reset_button]
|
| 101 |
)
|
| 102 |
|
| 103 |
send_button.click(
|