Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,8 +4,8 @@ emoji: 🕵️
|
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
-
python_version:
|
| 9 |
app_file: app.py
|
| 10 |
pinned: true
|
| 11 |
---
|
|
@@ -82,4 +82,4 @@ The JSON output contains:
|
|
| 82 |
- `rounds`: Array of rounds with clue, number, and guesses
|
| 83 |
- `final_state`: Win/loss status and rounds taken
|
| 84 |
|
| 85 |
-
Use this data to analyze performance or train ML models.
|
|
|
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 6.6.0
|
| 8 |
+
python_version: '3.11'
|
| 9 |
app_file: app.py
|
| 10 |
pinned: true
|
| 11 |
---
|
|
|
|
| 82 |
- `rounds`: Array of rounds with clue, number, and guesses
|
| 83 |
- `final_state`: Win/loss status and rounds taken
|
| 84 |
|
| 85 |
+
Use this data to analyze performance or train ML models.
|