SungBeom commited on
Commit
be2d30a
1 Parent(s): 4d48f2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -290,4 +290,4 @@ with gr.Blocks(css='#chatbot .overflow-y-auto{height:750px}') as demo:
290
  submit_btn.click(answer, [msg, chatbot], [msg, chatbot])
291
  msg.submit(answer, [msg, chatbot], [msg, chatbot])
292
 
293
- demo.launch(share=True)
 
290
  submit_btn.click(answer, [msg, chatbot], [msg, chatbot])
291
  msg.submit(answer, [msg, chatbot], [msg, chatbot])
292
 
293
+ demo.launch()