Geek7 commited on
Commit
154ce52
·
verified ·
1 Parent(s): 666a6e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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()