Spaces:
Sleeping
Sleeping
added license details
Browse files
README.md
CHANGED
|
@@ -9,9 +9,8 @@ app_file: app.py
|
|
| 9 |
pinned: false
|
| 10 |
license: cc0-1.0
|
| 11 |
datasets:
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
suggested_hardware: cpu-basic
|
| 15 |
---
|
| 16 |
|
| 17 |
# Chess Openings
|
|
@@ -41,3 +40,7 @@ See full notation [here](<https://en.wikipedia.org/wiki/Algebraic_notation_(ches
|
|
| 41 |
## Dataset
|
| 42 |
|
| 43 |
This app is using the [Lichess](https://lichess.org/) openings dataset via [HuggingFace](https://huggingface.co/datasets/Lichess/chess-openings)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
pinned: false
|
| 10 |
license: cc0-1.0
|
| 11 |
datasets:
|
| 12 |
+
- Lichess/chess-openings
|
| 13 |
+
suggested_hardware: cpu-basic
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# Chess Openings
|
|
|
|
| 40 |
## Dataset
|
| 41 |
|
| 42 |
This app is using the [Lichess](https://lichess.org/) openings dataset via [HuggingFace](https://huggingface.co/datasets/Lichess/chess-openings)
|
| 43 |
+
|
| 44 |
+
## License
|
| 45 |
+
|
| 46 |
+
The license is `CC0-1.0` to match the dataset's license.
|