DontPlanToEnd
commited on
Commit
•
f19c73b
1
Parent(s):
178bb0a
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import pandas as pd
|
|
3 |
|
4 |
# Define the columns for the UGI Leaderboard
|
5 |
UGI_COLS = [
|
6 |
-
'#P', 'Model', 'UGI 🏆', 'Willingness👍', 'Unruly', 'Internet', 'CrimeStats', 'Stories/Jokes', 'PolContro'
|
7 |
]
|
8 |
|
9 |
# Load the leaderboard data from a CSV file
|
|
|
3 |
|
4 |
# Define the columns for the UGI Leaderboard
|
5 |
UGI_COLS = [
|
6 |
+
'#P', 'Model', 'UGI 🏆', 'Willingness 👍', 'Unruly', 'Internet', 'CrimeStats', 'Stories/Jokes', 'PolContro'
|
7 |
]
|
8 |
|
9 |
# Load the leaderboard data from a CSV file
|