Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,4 +16,4 @@ def vanilla_chatbot(message, history):
|
|
| 16 |
|
| 17 |
demo_chatbot = gr.ChatInterface(vanilla_chatbot, title="Mashdemy Chatbot", description="Enter text to start chatting.")
|
| 18 |
|
| 19 |
-
|
|
|
|
| 16 |
|
| 17 |
demo_chatbot = gr.ChatInterface(vanilla_chatbot, title="Mashdemy Chatbot", description="Enter text to start chatting.")
|
| 18 |
|
| 19 |
+
demo_chatbot.launch(share = True)
|