Shubham89 commited on
Commit
5e4d118
1 Parent(s): 154ece0

Update app.py

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