Trignum commited on
Commit
a6ccc8e
·
1 Parent(s): c42b328

fix: encapsulate python_version in quotes to prevent yaml parsing float truncation to 3.1

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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