AzizMiladi Claude Opus 4.7 commited on
Commit
267cd57
·
1 Parent(s): 23bbcbe

fix(deploy): use valid HF Space color (yellow, not orange)

Browse files

HF metadata validator only allows colorFrom in
[red, yellow, green, blue, indigo, purple, pink, gray].
Yellow is closest to the Orange brand color.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  title: FiberGate
3
  emoji: 🏗️
4
- colorFrom: orange
5
  colorTo: gray
6
  sdk: docker
7
  app_port: 8000
 
1
  ---
2
  title: FiberGate
3
  emoji: 🏗️
4
+ colorFrom: yellow
5
  colorTo: gray
6
  sdk: docker
7
  app_port: 8000