Spaces:
Running
on
Zero
Running
on
Zero
gradio
Browse files
app.py
CHANGED
|
@@ -288,12 +288,10 @@ if __name__ == "__main__":
|
|
| 288 |
show_label=True,
|
| 289 |
interactive=False,
|
| 290 |
)
|
| 291 |
-
|
| 292 |
-
|
| 293 |
-
|
| 294 |
-
(
|
| 295 |
-
"""
|
| 296 |
-
)
|
| 297 |
|
| 298 |
with gr.Accordion("More info", open=False):
|
| 299 |
gr.Markdown(
|
|
|
|
| 288 |
show_label=True,
|
| 289 |
interactive=False,
|
| 290 |
)
|
| 291 |
+
# align-center a small (maybe subscript/superscript/or <small>) text telling the user to zoom if they need to on mobile
|
| 292 |
+
if gr.utils.is_mobile():
|
| 293 |
+
with gr.Row():
|
| 294 |
+
gr.HTML("<small>Zoom in for better view</small>")
|
|
|
|
|
|
|
| 295 |
|
| 296 |
with gr.Accordion("More info", open=False):
|
| 297 |
gr.Markdown(
|