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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -213,9 +213,9 @@ 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
  # 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