Spaces:
Sleeping
Sleeping
Alex
commited on
Commit
·
d369cff
1
Parent(s):
ffff7f4
error
Browse files
app.py
CHANGED
|
@@ -169,8 +169,8 @@ def submit_model(
|
|
| 169 |
|
| 170 |
|
| 171 |
# --------------- Interface ---------------
|
| 172 |
-
with gr.Blocks(title="
|
| 173 |
-
gr.Markdown("""# 🏆
|
| 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():
|