ciaochris commited on
Commit
ed238e8
·
1 Parent(s): f511f7a

Fix Hugging Face Space metadata validation

Browse files

Adjust 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

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -2,7 +2,7 @@
2
  title: 'Rhythma'
3
  emoji: 🎧
4
  colorFrom: pink
5
- colorTo: orange
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: An artful wellness companion for reflective listening sessions
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