Carlosjr5 commited on
Commit
6d31f7c
1 Parent(s): 64cc99f

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,4 +56,4 @@ with block:
56
  submit = gr.Button("SEND")
57
  submit.click(cjrSmartBot, inputs=[message, state], outputs=[chatbot, state])
58
 
59
- block.launch()
 
56
  submit = gr.Button("SEND")
57
  submit.click(cjrSmartBot, inputs=[message, state], outputs=[chatbot, state])
58
 
59
+ block.launch(share=True)