Spaces:
Runtime error
Runtime error
Commit
Β·
49f9252
1
Parent(s):
83cd834
improve LB description
Browse files
app.py
CHANGED
|
@@ -505,8 +505,8 @@ with blocks:
|
|
| 505 |
with gr.TabItem("Leaderboard", elem_id="formulaone-leaderboard-tab-table", id=2):
|
| 506 |
gr.Markdown(
|
| 507 |
"""
|
| 508 |
-
Welcome to the FormulaOne leaderboard. This table tracks the
|
| 509 |
-
Use the
|
| 510 |
""",
|
| 511 |
elem_classes="markdown-text",
|
| 512 |
)
|
|
|
|
| 505 |
with gr.TabItem("Leaderboard", elem_id="formulaone-leaderboard-tab-table", id=2):
|
| 506 |
gr.Markdown(
|
| 507 |
"""
|
| 508 |
+
Welcome to the FormulaOne leaderboard. This table tracks performance on the core FormulaOne benchmark, covering the **deeper** and **deepest** tiers (120 problems).
|
| 509 |
+
Use the 'Select Columns to Display' dropdown to customize your view, and the search bar to find specific models or organizations.
|
| 510 |
""",
|
| 511 |
elem_classes="markdown-text",
|
| 512 |
)
|