Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -369,6 +369,7 @@ def load_content_from_hf(repo_name="SE-Arena/votes"):
|
|
369 |
|
370 |
|
371 |
def get_leaderboard_data():
|
|
|
372 |
if leaderboard_data is None:
|
373 |
# Load feedback data from the Hugging Face repository
|
374 |
try:
|
|
|
369 |
|
370 |
|
371 |
def get_leaderboard_data():
|
372 |
+
global leaderboard_data
|
373 |
if leaderboard_data is None:
|
374 |
# Load feedback data from the Hugging Face repository
|
375 |
try:
|