Spaces:
Running
Running
Fixed horrible legend and wording
Browse files
app.py
CHANGED
@@ -1047,8 +1047,7 @@ with gr.Blocks() as interface:
|
|
1047 |
with gr.Tab("Leaderboard"):
|
1048 |
gr.Markdown(
|
1049 |
"# LLM Model Leaderboard\n"
|
1050 |
-
"Track performance across different games
|
1051 |
-
" '# game instances' = # different games played * # times each game was played"
|
1052 |
)
|
1053 |
# Use the same display logic as Game Arena
|
1054 |
leaderboard_config = create_player_config(include_aggregated=True)
|
|
|
1047 |
with gr.Tab("Leaderboard"):
|
1048 |
gr.Markdown(
|
1049 |
"# LLM Model Leaderboard\n"
|
1050 |
+
"Track performance across different games!"
|
|
|
1051 |
)
|
1052 |
# Use the same display logic as Game Arena
|
1053 |
leaderboard_config = create_player_config(include_aggregated=True)
|