jianqiang commited on
Commit
d23c1ce
·
1 Parent(s): 9871fae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,4 +73,4 @@ with gr.Blocks(css="#chatbot{height:300px} .overflow-y-auto{height:500px}") as d
73
 
74
  txt.submit(answer, [txt, state], [chatbot, state])
75
 
76
- demo.launch()
 
73
 
74
  txt.submit(answer, [txt, state], [chatbot, state])
75
 
76
+ demo.launch(share=True)