mlabonne commited on
Commit
9a7d9cf
·
verified ·
1 Parent(s): f97f195

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -375,8 +375,8 @@ elo_ratings_df = pd.read_csv("chessllm_leaderboard.csv")
375
 
376
  title = """
377
  <div align="center">
378
- <h1>⚔️ Chess LLM Arena</h1>
379
- <h3>💻 <a href="https://gist.github.com/chessllm">GitHub</a> • 🏆 <a href="https://gist.github.com/chessllm/696115fe2df47fb2350fcff2663678c9">Leaderboard</a> • ♟️ <a href="https://colab.research.google.com/drive/16ZELw3wWQ43aUFBH6f7GUhCm8HwPyhlY">Arena</a> • ♟️ <a href="https://colab.research.google.com/drive/1bHftO1h9lX9jFSnHJCKjycEeCY5khO5L">Trainer</a></h3>
380
  <p><em>Pick two chess LLMs and make them compete in a chess match. When the game is over, it will automatically update the crowd-sourced leaderboard.</em></p>
381
  </div>
382
  """
 
375
 
376
  title = """
377
  <div align="center">
378
+ <p style="font-size: 36px;">⚔️ Chess LLM Arena</h1>
379
+ <p style="font-size: 20px;">💻 <a href="https://gist.github.com/chessllm">GitHub</a> • 🏆 <a href="https://gist.github.com/chessllm/696115fe2df47fb2350fcff2663678c9">Leaderboard</a> • ♟️ <a href="https://colab.research.google.com/drive/16ZELw3wWQ43aUFBH6f7GUhCm8HwPyhlY">Arena</a> • ♟️ <a href="https://colab.research.google.com/drive/1bHftO1h9lX9jFSnHJCKjycEeCY5khO5L">Trainer</a></p>
380
  <p><em>Pick two chess LLMs and make them compete in a chess match. When the game is over, it will automatically update the crowd-sourced leaderboard.</em></p>
381
  </div>
382
  """