sjw commited on
Commit
7ed62b4
·
1 Parent(s): 897bfdc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -843,4 +843,4 @@ with gr.Blocks(theme=THEME) as auth_page:
843
 
844
  msg.submit(respond, inputs=[msg, chatbot, AGENT_EXECUTOR_VAR], outputs=[msg, chatbot])
845
 
846
- auth_page.launch(share=True)
 
843
 
844
  msg.submit(respond, inputs=[msg, chatbot, AGENT_EXECUTOR_VAR], outputs=[msg, chatbot])
845
 
846
+ auth_page.launch()