Carlosjr5 commited on
Commit
78c0796
1 Parent(s): 6d31f7c

Add application file

Browse files
Files changed (2) hide show
  1. __pycache__/data.cpython-310.pyc +0 -0
  2. app.py +1 -1
__pycache__/data.cpython-310.pyc ADDED
Binary file (243 Bytes). View file
 
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(share=True)
 
56
  submit = gr.Button("SEND")
57
  submit.click(cjrSmartBot, inputs=[message, state], outputs=[chatbot, state])
58
 
59
+ block.launch()