JsonLite commited on
Commit
eed5b54
1 Parent(s): ee8c35d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,4 +38,4 @@ if __name__ == '__main__':
38
 
39
  gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="AI Chatbot",
40
  description="Ask anything you want",
41
- theme="compact").launch(share=True)
 
38
 
39
  gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="AI Chatbot",
40
  description="Ask anything you want",
41
+ theme="compact").launch()