weichiang commited on
Commit
3655612
1 Parent(s): 8020229
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def make_arena_leaderboard_md(arena_df):
36
  total_models = len(arena_df)
37
 
38
  leaderboard_md = f"""
39
- Total #models: **{total_models}**. Total #votes: **{total_votes}**. Last updated: Jan 26, 2024.
40
 
41
  Contribute your vote 🗳️ at [chat.lmsys.org](https://chat.lmsys.org)! Find more analysis in the [notebook]({notebook_url}).
42
  """
 
36
  total_models = len(arena_df)
37
 
38
  leaderboard_md = f"""
39
+ Total #models: **{total_models}**. Total #votes: **{total_votes}**. Last updated: Feb 2, 2024.
40
 
41
  Contribute your vote 🗳️ at [chat.lmsys.org](https://chat.lmsys.org)! Find more analysis in the [notebook]({notebook_url}).
42
  """