Spaces:
Sleeping
Sleeping
fixed
#2
by
sohn12
- opened
app.py
CHANGED
|
@@ -836,9 +836,7 @@ def create_gradio_interface():
|
|
| 836 |
inputs=[user_input, chatbot_interface],
|
| 837 |
outputs=[chatbot_interface],
|
| 838 |
).then(
|
| 839 |
-
lambda: "", # Clear
|
| 840 |
-
|
| 841 |
-
the input box after sending
|
| 842 |
None,
|
| 843 |
[user_input],
|
| 844 |
)
|
|
|
|
| 836 |
inputs=[user_input, chatbot_interface],
|
| 837 |
outputs=[chatbot_interface],
|
| 838 |
).then(
|
| 839 |
+
lambda: "", # Clear the input box after sending
|
|
|
|
|
|
|
| 840 |
None,
|
| 841 |
[user_input],
|
| 842 |
)
|