aizip-dev commited on
Commit
6db4af0
·
verified ·
1 Parent(s): f45441d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("# RAG SLM Summarizer/Generator 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"):
 
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"):