model2 commited on
Commit
3b58377
·
1 Parent(s): d7e1ea1
Files changed (1) hide show
  1. app.py +4 -6
app.py CHANGED
@@ -288,12 +288,10 @@ if __name__ == "__main__":
288
  show_label=True,
289
  interactive=False,
290
  )
291
- with gr.Row():
292
- gr.Markdown(
293
- """
294
- (zoom if necessary)
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(