Spaces:
Runtime error
Runtime error
michal
commited on
Commit
·
46cef84
1
Parent(s):
14dbfaf
Upload
Browse files- src/structures/gim.py +1 -1
src/structures/gim.py
CHANGED
@@ -38,5 +38,5 @@ def load_json_data(file_path):
|
|
38 |
file_path = str(abs_path / "leaderboards/all_types_years.json")
|
39 |
GIM_SCORES = load_json_data(file_path)
|
40 |
GIM_SCORES = GIM_SCORES.style.highlight_max(
|
41 |
-
color = '#
|
42 |
subset=GIM_SCORES.columns[-18:]).format(precision=2)
|
|
|
38 |
file_path = str(abs_path / "leaderboards/all_types_years.json")
|
39 |
GIM_SCORES = load_json_data(file_path)
|
40 |
GIM_SCORES = GIM_SCORES.style.highlight_max(
|
41 |
+
color = '#E52713',
|
42 |
subset=GIM_SCORES.columns[-18:]).format(precision=2)
|