Update app.py
Browse files
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()
|