Kratagya101 commited on
Commit
ec3713f
·
1 Parent(s): 79b908f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,4 +35,4 @@ iface = gr.Interface(fn=chatbot,
35
  title="Custom-trained AI Chatbot")
36
 
37
  index = construct_index("docs")
38
- iface.launch(share=True)
 
35
  title="Custom-trained AI Chatbot")
36
 
37
  index = construct_index("docs")
38
+ iface.launch(share=False)