Spaces:
Runtime error
Runtime error
Commit
·
78342ec
1
Parent(s):
cee072c
Update app.py
Browse files
app.py
CHANGED
@@ -102,4 +102,5 @@ with gr.Blocks(css=css) as demo:
|
|
102 |
submit_btn.click(add_text, [chatbot, question], [chatbot, question]).then(
|
103 |
bot, chatbot, chatbot)
|
104 |
|
105 |
-
demo.launch()
|
|
|
|
102 |
submit_btn.click(add_text, [chatbot, question], [chatbot, question]).then(
|
103 |
bot, chatbot, chatbot)
|
104 |
|
105 |
+
demo.launch()
|
106 |
+
|