Spaces:
Runtime error
Runtime error
Commit
·
d679045
1
Parent(s):
71c95a6
Update app.py
Browse files
app.py
CHANGED
@@ -46,6 +46,6 @@ with gr.Blocks() as demo:
|
|
46 |
time.sleep(2)
|
47 |
return messages
|
48 |
|
49 |
-
msg.submit(respond,
|
50 |
|
51 |
demo.launch()
|
|
|
46 |
time.sleep(2)
|
47 |
return messages
|
48 |
|
49 |
+
msg.submit(respond,chatbot,chatbot)
|
50 |
|
51 |
demo.launch()
|