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