lcipolina commited on
Commit
28aafca
·
verified ·
1 Parent(s): b569d4a

Fixed horrible legend and wording

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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!\n"
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)