Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -375,8 +375,8 @@ elo_ratings_df = pd.read_csv("chessllm_leaderboard.csv")
|
|
375 |
|
376 |
title = """
|
377 |
<div align="center">
|
378 |
-
<
|
379 |
-
<
|
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 |
"""
|