Update app.py
Browse files
app.py
CHANGED
@@ -213,9 +213,8 @@ demo = gr.ChatInterface(
|
|
213 |
multimodal=True,
|
214 |
concurrency_limit=200,
|
215 |
cache_examples=False,
|
216 |
-
css="
|
217 |
-
|
218 |
-
display: none !important}"""
|
219 |
)
|
220 |
|
221 |
gr.Warning("Warning: On mobile, the connection can break if this tab is unfocused or the device sleeps, losing your position in queue.", visible=False)
|
|
|
213 |
multimodal=True,
|
214 |
concurrency_limit=200,
|
215 |
cache_examples=False,
|
216 |
+
css="footer{display:none !important}
|
217 |
+
show_share_button:false"
|
|
|
218 |
)
|
219 |
|
220 |
gr.Warning("Warning: On mobile, the connection can break if this tab is unfocused or the device sleeps, losing your position in queue.", visible=False)
|