Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -100,9 +100,9 @@ with block:
|
|
| 100 |
with gr.Row():
|
| 101 |
gr.Markdown(
|
| 102 |
"""
|
| 103 |
-
**Below, you can visualize the results displayed in the Leaderboard.**
|
| 104 |
-
Once you choose a benchmark type, the related options for metrics, datasets, and other parameters will become visible.
|
| 105 |
-
Select the methods and metrics of interest from the options above to generate visualizations.
|
| 106 |
"""
|
| 107 |
)
|
| 108 |
|
|
|
|
| 100 |
with gr.Row():
|
| 101 |
gr.Markdown(
|
| 102 |
"""
|
| 103 |
+
## **Below, you can visualize the results displayed in the Leaderboard.**
|
| 104 |
+
### Once you choose a benchmark type, the related options for metrics, datasets, and other parameters will become visible.
|
| 105 |
+
### Select the methods and metrics of interest from the options above to generate visualizations.
|
| 106 |
"""
|
| 107 |
)
|
| 108 |
|