Spaces:
Sleeping
Sleeping
Commit
·
5e8bf07
1
Parent(s):
4c4346c
Fix Python version specification in YAML metadata
Browse files- Quote python_version to prevent YAML parsing as float
- Ensures Docker uses correct Python 3.10 image instead of 3.1
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
README.md
CHANGED
@@ -6,7 +6,7 @@ colorTo: purple
|
|
6 |
sdk: gradio
|
7 |
sdk_version: 4.44.1
|
8 |
app_file: app.py
|
9 |
-
python_version: 3.10
|
10 |
pinned: false
|
11 |
license: apache-2.0
|
12 |
short_description: 'Transform UI screenshots into design tokens'
|
|
|
6 |
sdk: gradio
|
7 |
sdk_version: 4.44.1
|
8 |
app_file: app.py
|
9 |
+
python_version: "3.10"
|
10 |
pinned: false
|
11 |
license: apache-2.0
|
12 |
short_description: 'Transform UI screenshots into design tokens'
|