sykuann1 commited on
Commit
b4c6230
·
verified ·
1 Parent(s): d16155e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,4 +53,4 @@ if __name__ == "__main__":
53
  iface = gr.Interface(fn=qabot, inputs=gr.Textbox(lines=7, label='Enter your query'),
54
  outputs="text",
55
  title="ESG Chatbot")
56
- iface.launch(share=True)
 
53
  iface = gr.Interface(fn=qabot, inputs=gr.Textbox(lines=7, label='Enter your query'),
54
  outputs="text",
55
  title="ESG Chatbot")
56
+ iface.launch(inline=False)