Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -493,7 +493,6 @@ with demo:
|
|
493 |
col_count=(5, "fixed"),
|
494 |
wrap=True,
|
495 |
elem_id="leaderboard-table",
|
496 |
-
allow_sort=False # <<< Disable sorting arrows
|
497 |
)
|
498 |
category_selector.change(
|
499 |
fn=update_leaderboard,
|
|
|
493 |
col_count=(5, "fixed"),
|
494 |
wrap=True,
|
495 |
elem_id="leaderboard-table",
|
|
|
496 |
)
|
497 |
category_selector.change(
|
498 |
fn=update_leaderboard,
|