kazi23 commited on
Commit
f04f5b0
1 Parent(s): df5c91a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,4 +53,4 @@ with block:
53
  submit = gr.Button("SEND")
54
  submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot, state])
55
 
56
- block.launch(inline = False)
 
53
  submit = gr.Button("SEND")
54
  submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot, state])
55
 
56
+ block.launch(share=True)