Update app.py
Browse files
app.py
CHANGED
|
@@ -8,13 +8,13 @@ import base64
|
|
| 8 |
import os
|
| 9 |
|
| 10 |
# Define the columns
|
| 11 |
-
MAIN_COLS = ['#P', 'Model', 'UGI π', 'W/10 π', 'NatInt π‘', 'Coding π»', 'Unruly', 'Internet', '
|
| 12 |
AXES_COLS_1 = ['govt', 'dipl', 'econ', 'scty']
|
| 13 |
AXES_COLS_2 = ['Federal-Unitary', 'Democratic-Autocratic', 'Security-Freedom', 'Nationalism-Internationalism',
|
| 14 |
'Militarist-Pacifist', 'Assimilationist-Multiculturalist', 'Collectivize-Privatize',
|
| 15 |
'Planned-LaissezFaire', 'Isolationism-Globalism', 'Irreligious-Religious',
|
| 16 |
'Progressive-Traditional', 'Acceleration-Bioconservative']
|
| 17 |
-
UGI_CATEGORY_COLS = ['Unruly', 'Internet', '
|
| 18 |
|
| 19 |
def load_leaderboard_data(csv_file_path):
|
| 20 |
try:
|
|
|
|
| 8 |
import os
|
| 9 |
|
| 10 |
# Define the columns
|
| 11 |
+
MAIN_COLS = ['#P', 'Model', 'UGI π', 'W/10 π', 'NatInt π‘', 'Coding π»', 'Unruly', 'Internet', 'Societal/Political', 'Political Lean π', 'Ideology Name']
|
| 12 |
AXES_COLS_1 = ['govt', 'dipl', 'econ', 'scty']
|
| 13 |
AXES_COLS_2 = ['Federal-Unitary', 'Democratic-Autocratic', 'Security-Freedom', 'Nationalism-Internationalism',
|
| 14 |
'Militarist-Pacifist', 'Assimilationist-Multiculturalist', 'Collectivize-Privatize',
|
| 15 |
'Planned-LaissezFaire', 'Isolationism-Globalism', 'Irreligious-Religious',
|
| 16 |
'Progressive-Traditional', 'Acceleration-Bioconservative']
|
| 17 |
+
UGI_CATEGORY_COLS = ['Unruly', 'Internet', 'Societal/Political']
|
| 18 |
|
| 19 |
def load_leaderboard_data(csv_file_path):
|
| 20 |
try:
|