Update app.py
Browse files
app.py
CHANGED
@@ -213,11 +213,11 @@ demo = gr.ChatInterface(
|
|
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)
|
221 |
|
222 |
# Launch the Gradio app
|
223 |
-
demo.launch(
|
|
|
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)
|
221 |
|
222 |
# Launch the Gradio app
|
223 |
+
demo.launch()
|