Koshti10 commited on
Commit
c7c29e1
1 Parent(s): 998c347

Update src/reload.py

Browse files
Files changed (1) hide show
  1. src/reload.py +2 -0
src/reload.py CHANGED
@@ -9,6 +9,8 @@ def get_primary_leaderboard():
9
  primary_leaderboard_df[0]: Dataframe containing the primary leaderboard (laterst version of the benchmark results)
10
  '''
11
  primary_leaderboard_df, _, _ = get_github_data()
 
 
12
  return primary_leaderboard_df[0]
13
 
14
  def get_open_models():
 
9
  primary_leaderboard_df[0]: Dataframe containing the primary leaderboard (laterst version of the benchmark results)
10
  '''
11
  primary_leaderboard_df, _, _ = get_github_data()
12
+ print("Reloading primary df: ")
13
+ print(primary_leaderboard_df)
14
  return primary_leaderboard_df[0]
15
 
16
  def get_open_models():