Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
|
|
53 |
submit = gr.Button("SEND")
|
54 |
submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot, state])
|
55 |
|
56 |
+
block.launch(share=True)
|