margsli commited on
Commit
e56bb7e
1 Parent(s): 5d53019

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def make_default_md():
21
  return leaderboard_md
22
 
23
  def make_arena_leaderboard_md(model_table_df):
24
- total_models = len(arena_df)
25
  leaderboard_md = f"""
26
  Validation Benchmark Performance is averaged.
27
  Final performance will be assessed at the end of the competition on a hidden test set, which may or may not be correlated with Validation performance.
 
21
  return leaderboard_md
22
 
23
  def make_arena_leaderboard_md(model_table_df):
24
+ total_models = len(model_table_df)
25
  leaderboard_md = f"""
26
  Validation Benchmark Performance is averaged.
27
  Final performance will be assessed at the end of the competition on a hidden test set, which may or may not be correlated with Validation performance.