Spaces:
Running
Running
XufengDuan
commited on
Commit
•
0701dfd
1
Parent(s):
20e7cee
updated scripts
Browse files
.DS_Store
CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
|
|
app.py
CHANGED
@@ -30,7 +30,7 @@ try:
|
|
30 |
except Exception:
|
31 |
restart_space()
|
32 |
|
33 |
-
raw_data, original_df = populate.get_leaderboard_df(envs.RESULTS_REPO, envs.
|
34 |
leaderboard_df = original_df.copy()
|
35 |
|
36 |
(
|
|
|
30 |
except Exception:
|
31 |
restart_space()
|
32 |
|
33 |
+
raw_data, original_df = populate.get_leaderboard_df(envs.RESULTS_REPO, envs.QUEUE_REPO, utils.COLS, utils.BENCHMARK_COLS)
|
34 |
leaderboard_df = original_df.copy()
|
35 |
|
36 |
(
|