Geek7 commited on
Commit
b57a928
·
verified ·
1 Parent(s): 442086d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -213,9 +213,8 @@ demo = gr.ChatInterface(
213
  multimodal=True,
214
  concurrency_limit=200,
215
  cache_examples=False,
216
- css="""footer{display:none !important}
217
- gradio-warning {
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)
 
213
  multimodal=True,
214
  concurrency_limit=200,
215
  cache_examples=False,
216
+ css="footer{display:none !important}
217
+ show_share_button:false"
 
218
  )
219
 
220
  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)