Spaces:
Runtime error
Runtime error
Lokesh Lal Majhi
commited on
Commit
·
8de4919
1
Parent(s):
80c7332
Update app.py
Browse files
app.py
CHANGED
@@ -48,4 +48,4 @@ with block:
|
|
48 |
state = gr.State()
|
49 |
submit = gr.Button("SEND")
|
50 |
submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot, state])
|
51 |
-
block.launch(debug = True,
|
|
|
48 |
state = gr.State()
|
49 |
submit = gr.Button("SEND")
|
50 |
submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot, state])
|
51 |
+
block.launch(debug = True, inline = False)
|