Spaces:
Running
Running
Fix Hugging Face Space metadata validation
Browse filesAdjust the README front matter so the Space passes Hugging Face's metadata pre-receive checks. This is a deployment metadata correction only; the app code is unchanged.
Constraint: Must satisfy Hugging Face Space YAML validation rules
Confidence: high
Scope-risk: narrow
Reversibility: clean
Directive: Keep future README front matter within Hugging Face's allowed enum values and length limits
Tested: Hugging Face pre-receive error messages for `colorTo` and `short_description`
Not-tested: App runtime unchanged; metadata-only fix
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
title: 'Rhythma'
|
| 3 |
emoji: 🎧
|
| 4 |
colorFrom: pink
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.10.0
|
| 8 |
app_file: app.py
|
|
@@ -10,7 +10,7 @@ pinned: true
|
|
| 10 |
license: apache-2.0
|
| 11 |
thumbnail: >-
|
| 12 |
https://cdn-uploads.huggingface.co/production/uploads/64628a722a83863b97beed5e/y4bWysnsPMV2asL_LFB9X.jpeg
|
| 13 |
-
short_description:
|
| 14 |
---
|
| 15 |
|
| 16 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 2 |
title: 'Rhythma'
|
| 3 |
emoji: 🎧
|
| 4 |
colorFrom: pink
|
| 5 |
+
colorTo: pink
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.10.0
|
| 8 |
app_file: app.py
|
|
|
|
| 10 |
license: apache-2.0
|
| 11 |
thumbnail: >-
|
| 12 |
https://cdn-uploads.huggingface.co/production/uploads/64628a722a83863b97beed5e/y4bWysnsPMV2asL_LFB9X.jpeg
|
| 13 |
+
short_description: Reflective listening sessions for calm and focus
|
| 14 |
---
|
| 15 |
|
| 16 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|