Carlosjr23 commited on
Commit
b728315
1 Parent(s): 4271049

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -56,4 +56,5 @@ 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)
60
+