givyboy commited on
Commit
ef9b237
1 Parent(s): aed2d12

simple edit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,4 +175,4 @@ def predict(message, history):
175
  yield partial_message
176
 
177
 
178
- gr.ChatInterface(fn=predict, title="Mental Health Chatbot").launch(share=True)
 
175
  yield partial_message
176
 
177
 
178
+ gr.ChatInterface(fn=predict, title="Mental Health Chatbot").launch()