Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Remove placeholder-data note from leaderboard section
Browse files
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.")
|