Geek7 commited on
Commit
ff70a09
·
verified ·
1 Parent(s): a66bcf0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -205,6 +205,6 @@ demo = gr.ChatInterface(
205
  textbox=gr.MultimodalTextbox(),
206
  multimodal=True,
207
  concurrency_limit=200,
208
- cache_examples=False,
209
  )
210
  demo.launch()
 
205
  textbox=gr.MultimodalTextbox(),
206
  multimodal=True,
207
  concurrency_limit=200,
208
+ cache_examples=False,css="footer{display:none !important}"
209
  )
210
  demo.launch()