Update README.md
Browse files
README.md
CHANGED
@@ -1,16 +1,14 @@
|
|
1 |
---
|
2 |
title: Chess Game Analyzer
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
-
sdk:
|
7 |
-
|
8 |
-
|
9 |
-
- streamlit
|
10 |
pinned: false
|
11 |
-
short_description: Streamlit template space
|
12 |
-
license: mit
|
13 |
---
|
|
|
14 |
# ♟️ Chess Game Analyzer
|
15 |
|
16 |
A full-featured chess analysis tool built with **Streamlit**, powered by **Stockfish**, and styled like **Chess.com** and **Lichess**.
|
|
|
1 |
---
|
2 |
title: Chess Game Analyzer
|
3 |
+
emoji: "♟️"
|
4 |
+
colorFrom: "blue"
|
5 |
+
colorTo: "purple"
|
6 |
+
sdk: "streamlit"
|
7 |
+
sdk_version: "1.46.0"
|
8 |
+
app_file: "app.py"
|
|
|
9 |
pinned: false
|
|
|
|
|
10 |
---
|
11 |
+
|
12 |
# ♟️ Chess Game Analyzer
|
13 |
|
14 |
A full-featured chess analysis tool built with **Streamlit**, powered by **Stockfish**, and styled like **Chess.com** and **Lichess**.
|