Update app.py
Browse files
app.py
CHANGED
@@ -218,5 +218,7 @@ demo = gr.ChatInterface(
|
|
218 |
display: none !important}"""
|
219 |
)
|
220 |
|
|
|
|
|
221 |
# Launch the Gradio app
|
222 |
demo.launch()
|
|
|
218 |
display: none !important}"""
|
219 |
)
|
220 |
|
221 |
+
gr.Warning("Warning: On mobile, the connection can break if this tab is unfocused or the device sleeps, losing your position in queue.", visible=False)
|
222 |
+
|
223 |
# Launch the Gradio app
|
224 |
demo.launch()
|