Spaces:
Runtime error
Runtime error
EmicoBinsfinder
commited on
Commit
•
8e7188b
1
Parent(s):
fd71939
Update app.py
Browse files
app.py
CHANGED
@@ -37,8 +37,6 @@ with gr.Blocks() as demo:
|
|
37 |
txt.submit(add_text, [chatbot, txt], [chatbot, txt]).then(
|
38 |
bot, chatbot, chatbot
|
39 |
)
|
40 |
-
|
41 |
-
bot, chatbot, chatbot
|
42 |
-
)
|
43 |
|
44 |
demo.launch()
|
|
|
37 |
txt.submit(add_text, [chatbot, txt], [chatbot, txt]).then(
|
38 |
bot, chatbot, chatbot
|
39 |
)
|
40 |
+
|
|
|
|
|
41 |
|
42 |
demo.launch()
|