Spaces:
Runtime error
Runtime error
[email protected]
commited on
Commit
·
0b78364
1
Parent(s):
afc4da4
update
Browse files
app.py
CHANGED
|
@@ -15,6 +15,7 @@ from src.about import (
|
|
| 15 |
from src.display.css_html_js import custom_css
|
| 16 |
from src.display.utils import (
|
| 17 |
BENCHMARK_COLS,
|
|
|
|
| 18 |
COLS,
|
| 19 |
ASSET_COLS,
|
| 20 |
EVAL_COLS,
|
|
@@ -55,7 +56,7 @@ LEADERBOARD_DF = get_leaderboard_df(EVAL_RESULTS_PATH, EVAL_REQUESTS_PATH, COLS,
|
|
| 55 |
|
| 56 |
print(ASSET_COLS)
|
| 57 |
|
| 58 |
-
ASSET_LEADERBOARD_DF = get_leaderboard_df(EVAL_RESULTS_PATH, EVAL_REQUESTS_PATH, ASSET_COLS,
|
| 59 |
|
| 60 |
|
| 61 |
(
|
|
|
|
| 15 |
from src.display.css_html_js import custom_css
|
| 16 |
from src.display.utils import (
|
| 17 |
BENCHMARK_COLS,
|
| 18 |
+
ASSET_BENCHMARK_COLS,
|
| 19 |
COLS,
|
| 20 |
ASSET_COLS,
|
| 21 |
EVAL_COLS,
|
|
|
|
| 56 |
|
| 57 |
print(ASSET_COLS)
|
| 58 |
|
| 59 |
+
ASSET_LEADERBOARD_DF = get_leaderboard_df(EVAL_RESULTS_PATH, EVAL_REQUESTS_PATH, ASSET_COLS, ASSET_BENCHMARK_COLS)
|
| 60 |
|
| 61 |
|
| 62 |
(
|