Spaces:
Sleeping
Sleeping
Commit
·
86ca265
1
Parent(s):
4895246
updating application file
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ with gr.Blocks() as app:
|
|
69 |
|
70 |
submit_button.click(
|
71 |
fn=update_chat,
|
72 |
-
inputs=[
|
73 |
outputs=[chat_history, message_input]
|
74 |
)
|
75 |
# Run the app
|
|
|
69 |
|
70 |
submit_button.click(
|
71 |
fn=update_chat,
|
72 |
+
inputs=[message_input],
|
73 |
outputs=[chat_history, message_input]
|
74 |
)
|
75 |
# Run the app
|