zhwang4ai commited on
Commit
a43bf61
·
verified ·
1 Parent(s): 5d301c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def get_leaderboard_df(score_path):
37
  return df
38
 
39
 
40
- leaderboard_df = get_leaderboard_df("output/score.json")
41
 
42
 
43
  # Function to update the table based on search query
 
37
  return df
38
 
39
 
40
+ leaderboard_df = get_leaderboard_df("score.json")
41
 
42
 
43
  # Function to update the table based on search query