Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -290,4 +290,4 @@ with gr.Blocks(css='#chatbot .overflow-y-auto{height:750px}') as demo:
|
|
290 |
submit_btn.click(answer, [msg, chatbot], [msg, chatbot])
|
291 |
msg.submit(answer, [msg, chatbot], [msg, chatbot])
|
292 |
|
293 |
-
demo.launch(
|
|
|
290 |
submit_btn.click(answer, [msg, chatbot], [msg, chatbot])
|
291 |
msg.submit(answer, [msg, chatbot], [msg, chatbot])
|
292 |
|
293 |
+
demo.launch()
|