Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -430,7 +430,7 @@ with gr.Blocks(theme=gr.themes.Default(
|
|
430 |
try_another_btn = gr.Button("🔄 Try Another Question", elem_id="try-another-btn")
|
431 |
|
432 |
with gr.TabItem("Leaderboard", id="leaderboard-tab"):
|
433 |
-
gr.Markdown("#
|
434 |
gr.Markdown("View performance statistics for all models ranked by Elo rating.")
|
435 |
|
436 |
with gr.Group(elem_id="leaderboard-info"):
|
|
|
430 |
try_another_btn = gr.Button("🔄 Try Another Question", elem_id="try-another-btn")
|
431 |
|
432 |
with gr.TabItem("Leaderboard", id="leaderboard-tab"):
|
433 |
+
gr.Markdown("# SLM RAG Leaderboard", elem_classes="orange-title")
|
434 |
gr.Markdown("View performance statistics for all models ranked by Elo rating.")
|
435 |
|
436 |
with gr.Group(elem_id="leaderboard-info"):
|