galb-dai commited on
Commit
f9de23a
·
1 Parent(s): d9b5156

Remove inline fig.

Browse files
Files changed (1) hide show
  1. app.py +11 -11
app.py CHANGED
@@ -275,17 +275,17 @@ with blocks:
275
  # Continue the text after the heading (before the first figure)
276
  gr.HTML(WHAT_IS_F1_HTML_BOTTOM_A_AFTER_TABS)
277
 
278
- # Figure 1: bag_modifications.png (use gr.Image)
279
- gr.Image(
280
- "assets/bag_modifications.png",
281
- show_label=False,
282
- elem_classes=["f1-image"],
283
- show_share_button=False,
284
- show_download_button=False,
285
- show_fullscreen_button=False,
286
- width=550,
287
- )
288
- gr.HTML('<div class="f1-figcaption">An illustration of local modifications to bags.</div>')
289
 
290
  gr.HTML(WHAT_IS_F1_HTML_BOTTOM_B)
291
 
 
275
  # Continue the text after the heading (before the first figure)
276
  gr.HTML(WHAT_IS_F1_HTML_BOTTOM_A_AFTER_TABS)
277
 
278
+ # # Figure 1: bag_modifications.png (use gr.Image)
279
+ # gr.Image(
280
+ # "assets/bag_modifications.png",
281
+ # show_label=False,
282
+ # elem_classes=["f1-image"],
283
+ # show_share_button=False,
284
+ # show_download_button=False,
285
+ # show_fullscreen_button=False,
286
+ # width=550,
287
+ # )
288
+ # gr.HTML('<div class="f1-figcaption">An illustration of local modifications to bags.</div>')
289
 
290
  gr.HTML(WHAT_IS_F1_HTML_BOTTOM_B)
291