Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -85,4 +85,4 @@ chatbot_ui = gr.Chatbot(value=[("🤖", "Hey! I’m your Gen-Z watch buddy.\nI h
|
|
85 |
chat_interface = gr.ChatInterface(fn=respond, chatbot=chatbot_ui, type="messages")
|
86 |
|
87 |
# Launch it
|
88 |
-
chat_interface.launch()
|
|
|
85 |
chat_interface = gr.ChatInterface(fn=respond, chatbot=chatbot_ui, type="messages")
|
86 |
|
87 |
# Launch it
|
88 |
+
chat_interface.launch(share=True)
|