Update app.py
Browse files
app.py
CHANGED
@@ -14,4 +14,4 @@ with gr.Blocks() as demo:
|
|
14 |
chatbot.like(vote, None, None)
|
15 |
gr.ChatInterface(fn=yes, type="messages", chatbot=chatbot)
|
16 |
|
17 |
-
demo.launch()
|
|
|
14 |
chatbot.like(vote, None, None)
|
15 |
gr.ChatInterface(fn=yes, type="messages", chatbot=chatbot)
|
16 |
|
17 |
+
demo.launch(share=True)
|