openreviewer commited on
Commit
216ac04
·
verified ·
1 Parent(s): fea0b0c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,7 +170,7 @@ def setup_interface():
170
 
171
  # Fetch the leaderboard data from the database
172
  leaderboard_data = get_leaderboard()
173
- print(json.dumps(leaderboard_data))
174
 
175
  # Create the leaderboard HTML dynamically
176
  leaderboard_html = """
 
170
 
171
  # Fetch the leaderboard data from the database
172
  leaderboard_data = get_leaderboard()
173
+ print(leaderboard_data)
174
 
175
  # Create the leaderboard HTML dynamically
176
  leaderboard_html = """