aditijuluri commited on
Commit
18f6482
·
verified ·
1 Parent(s): fc74aa3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)