model2 commited on
Commit
66a9563
·
1 Parent(s): ad0819a
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -288,10 +288,9 @@ if __name__ == "__main__":
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(
 
288
  show_label=True,
289
  interactive=False,
290
  )
291
+
292
+ with gr.Row():
293
+ gr.HTML("<small>Zoom in for better view</small>")
 
294
 
295
  with gr.Accordion("More info", open=False):
296
  gr.Markdown(