chore: setup hf space
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Welcome to Chessli2 🏰
|
2 |
|
3 |
[chessli2](https://github.com/pwenker/chessli2) is your **always free** and **open-source** chess trainer 🛡️, designed to elevate your game by allowing you to analyze games, identify mistakes, and sharpen your tactics, all sourced directly from [lichess.org](https://lichess.org/).
|
|
|
1 |
+
---
|
2 |
+
title: Chessli2
|
3 |
+
emoji: 🏰
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: red
|
6 |
+
sdk: gradio
|
7 |
+
app_file: src/chessli2/app.py
|
8 |
+
python_version: 3.11
|
9 |
+
pinned: True
|
10 |
+
---
|
11 |
+
|
12 |
# Welcome to Chessli2 🏰
|
13 |
|
14 |
[chessli2](https://github.com/pwenker/chessli2) is your **always free** and **open-source** chess trainer 🛡️, designed to elevate your game by allowing you to analyze games, identify mistakes, and sharpen your tactics, all sourced directly from [lichess.org](https://lichess.org/).
|