Spaces:
Runtime error
Runtime error
TA
commited on
Commit
·
0b11e5b
1
Parent(s):
dc647b3
Update app.py
Browse files
app.py
CHANGED
@@ -83,6 +83,7 @@ chatbot_preview = gr.Chatbot(layout="panel", value=[(None, welcome_preview_messa
|
|
83 |
textbox_preview = gr.Textbox(scale=7, container=False, value=EXAMPLE_INPUT)
|
84 |
|
85 |
demo = gr.ChatInterface(test_preview_chatbot, chatbot=chatbot_preview, textbox=textbox_preview)
|
|
|
86 |
|
87 |
-
|
88 |
demo.launch(share=True)
|
|
|
83 |
textbox_preview = gr.Textbox(scale=7, container=False, value=EXAMPLE_INPUT)
|
84 |
|
85 |
demo = gr.ChatInterface(test_preview_chatbot, chatbot=chatbot_preview, textbox=textbox_preview)
|
86 |
+
demo2 = gr.ChatInterface(test_preview_chatbot, chatbot=chatbot_preview, textbox=textbox_preview)
|
87 |
|
88 |
+
demo.launch(share=True)
|
89 |
demo.launch(share=True)
|