Alvinn-aai commited on
Commit
49f9252
·
1 Parent(s): 83cd834

improve LB description

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 performance of various systems on the FormulaOne benchmark.
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
  )
 
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
  )