bishmoy commited on
Commit
4de2d22
·
verified ·
1 Parent(s): 090e316

bug fix pt2

Browse files
Files changed (1) hide show
  1. leaderboard.py +1 -1
leaderboard.py CHANGED
@@ -32,7 +32,7 @@ def map_df(full_df):
32
 
33
  def get_scores(df):
34
 
35
- columns = ['Under 26s', '55 s', '125 s', 'Overall' ]
36
  samples_tested = []
37
  acc_scores = []
38
 
 
32
 
33
  def get_scores(df):
34
 
35
+ columns = ['Under 26 s', '55 s', '125 s', 'Overall' ]
36
  samples_tested = []
37
  acc_scores = []
38