mgyigit commited on
Commit
1963dd6
·
verified ·
1 Parent(s): 5ca345c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -185,12 +185,12 @@ with block:
185
  gr.Image(
186
  value="./src/data/PROBE_workflow_figure.jpg",
187
  show_label=False,
188
- height=150,
189
  container=False,
190
  )
191
  # explanatory sentence just below the figure
192
  gr.Markdown(
193
- "For detailed explanations of the metrics and benchmarks, please refer to the About tab.",
194
  elem_classes="leaderboard-note",
195
  )
196
 
 
185
  gr.Image(
186
  value="./src/data/PROBE_workflow_figure.jpg",
187
  show_label=False,
188
+ height=1000,
189
  container=False,
190
  )
191
  # explanatory sentence just below the figure
192
  gr.Markdown(
193
+ "## For detailed explanations of the metrics and benchmarks, please refer to the 📝 About tab.",
194
  elem_classes="leaderboard-note",
195
  )
196