Spaces:
Running
Running
Update app.py
Browse files
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=
|
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
|
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 |
|