Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,4 +63,4 @@ with gr.Blocks(css="#chatbot{height:350px} .overflow-y-auto{height:500px}") as c
|
|
| 63 |
|
| 64 |
txt.submit(predict, [txt, state], [chatbot, state])
|
| 65 |
|
| 66 |
-
chatRobot.launch(
|
|
|
|
| 63 |
|
| 64 |
txt.submit(predict, [txt, state], [chatbot, state])
|
| 65 |
|
| 66 |
+
chatRobot.launch()
|