mashdemy commited on
Commit
c69f78b
1 Parent(s): 52b0916

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- demo_chatbot.launch(share = True)
 
16
 
17
  demo_chatbot = gr.ChatInterface(vanilla_chatbot, title="Mashdemy Chatbot", description="Enter text to start chatting.")
18
 
19
+ demo_chatbot.launch(share = True)