kazi23 commited on
Commit
34c7fa1
1 Parent(s): f04f5b0

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(share=True)
 
53
  submit = gr.Button("SEND")
54
  submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot, state])
55
 
56
+ block.launch(inline=False)