Skip to content

Commit

Permalink
file path
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinbuc committed Mar 8, 2024
1 parent f8a63f0 commit dd1b905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leaderboard/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

def update_data():
global df
with open("leaderboard.json", "r") as f:
with open("leaderboard/leaderboard.json", "r") as f:
data = json.load(f)
df = create_dataframe(data)

Expand Down

0 comments on commit dd1b905

Please sign in to comment.