AjithKSenthil commited on
Commit
db8f25f
·
1 Parent(s): f11368d

Upload chatbot.py

Browse files
Files changed (1) hide show
  1. chatbot.py +1 -1
chatbot.py CHANGED
@@ -228,4 +228,4 @@ outputs = gr.outputs.Textbox(label="Reply")
228
 
229
  gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="AttachmentBot",
230
  description="Let me survey you about your attachment with certain people in your life",
231
- theme="compact").launch(share=True)
 
228
 
229
  gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="AttachmentBot",
230
  description="Let me survey you about your attachment with certain people in your life",
231
+ theme="compact").launch()