Spaces:
Runtime error
Runtime error
Commit
·
7ecf05f
1
Parent(s):
91aa92e
Update app.py
Browse files
app.py
CHANGED
@@ -70,4 +70,4 @@ with gr.Blocks(css=css, theme='Taithrah/Minimal') as demo:
|
|
70 |
question.submit(add_text, [chatbot, question], [chatbot, question]).then(bot, chatbot, chatbot)
|
71 |
submit_btn.click(add_text, [chatbot, question], [chatbot, question]).then(bot, chatbot, chatbot)
|
72 |
|
73 |
-
demo.launch(
|
|
|
70 |
question.submit(add_text, [chatbot, question], [chatbot, question]).then(bot, chatbot, chatbot)
|
71 |
submit_btn.click(add_text, [chatbot, question], [chatbot, question]).then(bot, chatbot, chatbot)
|
72 |
|
73 |
+
demo.launch()
|