fix: encapsulate python_version in quotes to prevent yaml parsing float truncation to 3.1
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ app_file: app.py
|
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
short_description: TRIGNUM-300M is a zero-model, deterministic logic gatekeeper
|
| 12 |
-
python_version: 3.10
|
| 13 |
---
|
| 14 |
|
| 15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
short_description: TRIGNUM-300M is a zero-model, deterministic logic gatekeeper
|
| 12 |
+
python_version: "3.10"
|
| 13 |
---
|
| 14 |
|
| 15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|