zhiminy commited on
Commit
24d120e
·
1 Parent(s): b52baf5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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: