joeli88 commited on
Commit
5fd4aa1
1 Parent(s): 673aa8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,4 +24,4 @@ outputs = gr.outputs.Textbox(label="Reply")
24
 
25
  gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="AI Chatbot",
26
  description="Ask anything you want",
27
- theme="compact").launch(debug=True)
 
24
 
25
  gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="AI Chatbot",
26
  description="Ask anything you want",
27
+ theme="compact").launch(share=True)