Spaces:
Sleeping
Sleeping
Update Gradio_UI.py
Browse files- Gradio_UI.py +2 -2
Gradio_UI.py
CHANGED
|
@@ -353,8 +353,8 @@ class GradioUI:
|
|
| 353 |
|
| 354 |
text_input.submit(
|
| 355 |
self.log_user_message,
|
| 356 |
-
|
| 357 |
-
|
| 358 |
# outputs
|
| 359 |
[stored_messages, text_input],
|
| 360 |
).then(self.interact_with_agent, [stored_messages, chatbot], [chatbot])
|
|
|
|
| 353 |
|
| 354 |
text_input.submit(
|
| 355 |
self.log_user_message,
|
| 356 |
+
|
| 357 |
+
[text_input, file_uploads_log],
|
| 358 |
# outputs
|
| 359 |
[stored_messages, text_input],
|
| 360 |
).then(self.interact_with_agent, [stored_messages, chatbot], [chatbot])
|