Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -173,7 +173,7 @@ with gr.Blocks(
|
|
173 |
# Pressing the button
|
174 |
submit_click_event = submit.click(
|
175 |
fn=user,
|
176 |
-
inputs=[msg, chatbot
|
177 |
outputs=[msg, chatbot],
|
178 |
queue=False,
|
179 |
).success(
|
|
|
173 |
# Pressing the button
|
174 |
submit_click_event = submit.click(
|
175 |
fn=user,
|
176 |
+
inputs=[msg, chatbot],
|
177 |
outputs=[msg, chatbot],
|
178 |
queue=False,
|
179 |
).success(
|