Geek7 commited on
Commit
d1613b8
·
verified ·
1 Parent(s): 98f764f

Update app.py

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