tangtang commited on
Commit
23c8313
·
1 Parent(s): 05de6a8

Update space1

Browse files
Files changed (1) hide show
  1. src/populate.py +1 -1
src/populate.py CHANGED
@@ -36,7 +36,7 @@ def get_leaderboard_df(results_path: str, requests_path: str, cols: list, benchm
36
  if benchmark_cols:
37
  df = df[has_no_nan_values(df, benchmark_cols)]
38
 
39
- print(df.head(10))
40
  return df
41
 
42
 
 
36
  if benchmark_cols:
37
  df = df[has_no_nan_values(df, benchmark_cols)]
38
 
39
+ # print(df.head(10))
40
  return df
41
 
42