Alex commited on
Commit
d369cff
Β·
1 Parent(s): ffff7f4
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -169,8 +169,8 @@ def submit_model(
169
 
170
 
171
  # --------------- Interface ---------------
172
- with gr.Blocks(title="Custom LLM Leaderboard") as demo:
173
- gr.Markdown("""# πŸ† LLM Leaderboard\nSubmit your model results below. Leaderboard is sorted by **Pass@1**. """)
174
 
175
  # Create initial example data if file doesn't exist
176
  if not LEADERBOARD_PATH.exists():
 
169
 
170
 
171
  # --------------- Interface ---------------
172
+ with gr.Blocks(title="CodeReview Leaderboard") as demo:
173
+ gr.Markdown("""# πŸ† CodeReview Leaderboard\nSubmit your model results below. Leaderboard is sorted by **Pass@1**. """)
174
 
175
  # Create initial example data if file doesn't exist
176
  if not LEADERBOARD_PATH.exists():