update
Browse files
app.py
CHANGED
@@ -38,6 +38,7 @@ def make_arena_leaderboard_md(arena_df):
|
|
38 |
Total #models: **{total_models}**.{space} Total #votes: **{"{:,}".format(total_votes)}**.{space} Last updated: April 11, 2024.
|
39 |
|
40 |
π£ **NEW!** View leaderboard for different categories (e.g., coding, long user query)!
|
|
|
41 |
Code to recreate leaderboard tables and plots in this [notebook]({notebook_url}). Cast your vote π³οΈ at [chat.lmsys.org](https://chat.lmsys.org)!
|
42 |
"""
|
43 |
return leaderboard_md
|
|
|
38 |
Total #models: **{total_models}**.{space} Total #votes: **{"{:,}".format(total_votes)}**.{space} Last updated: April 11, 2024.
|
39 |
|
40 |
π£ **NEW!** View leaderboard for different categories (e.g., coding, long user query)!
|
41 |
+
|
42 |
Code to recreate leaderboard tables and plots in this [notebook]({notebook_url}). Cast your vote π³οΈ at [chat.lmsys.org](https://chat.lmsys.org)!
|
43 |
"""
|
44 |
return leaderboard_md
|