ifilatova commited on
Commit
1aaacd3
·
1 Parent(s): 7b17af9

Remove placeholder-data note from leaderboard section

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -913,7 +913,6 @@ with gr.Blocks(**blocks_kwargs) as demo:
913
  "<div class=\"section-note\">Turn this off to switch the ranking and score breakdowns to an open-source-only view.</div>"
914
  )
915
  leaderboard_html = gr.HTML(build_leaderboard_html())
916
- gr.HTML("<div class=\"section-note red-text\"> Placeholder data for layout validation. Replace with real benchmark outputs when ready.</div>")
917
 
918
  gr.Markdown("## Per-Benchmark Score Breakdown")
919
  gr.Markdown("Expand a category to inspect the individual benchmark scores backing the leaderboard.")
 
913
  "<div class=\"section-note\">Turn this off to switch the ranking and score breakdowns to an open-source-only view.</div>"
914
  )
915
  leaderboard_html = gr.HTML(build_leaderboard_html())
 
916
 
917
  gr.Markdown("## Per-Benchmark Score Breakdown")
918
  gr.Markdown("Expand a category to inspect the individual benchmark scores backing the leaderboard.")