fastx commited on
Commit
c9165ff
·
1 Parent(s): e941688

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,4 +28,4 @@ outputs = gr.outputs.Textbox(label="Reply")
28
 
29
  gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="Lisa's AI Chatbot",
30
  description="Ask anything you want",
31
- theme="compact").launch(share = True)
 
28
 
29
  gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="Lisa's AI Chatbot",
30
  description="Ask anything you want",
31
+ theme="compact").launch()