Spaces:
Sleeping
Sleeping
Commit ·
470faf8
1
Parent(s): a38dd50
fix(space): satisfy Hugging Face metadata validation
Browse filesUse only Space-supported color values in the README front matter and shorten the Space short_description to fit Hugging Face metadata limits.
README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
---
|
| 2 |
title: SolverForge Hospital
|
| 3 |
emoji: 🏥
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: docker
|
| 7 |
app_port: 7860
|
| 8 |
pinned: false
|
| 9 |
license: apache-2.0
|
| 10 |
-
short_description: SolverForge
|
| 11 |
---
|
| 12 |
|
| 13 |
# SolverForge Hospital
|
|
|
|
| 1 |
---
|
| 2 |
title: SolverForge Hospital
|
| 3 |
emoji: 🏥
|
| 4 |
+
colorFrom: red
|
| 5 |
+
colorTo: pink
|
| 6 |
sdk: docker
|
| 7 |
app_port: 7860
|
| 8 |
pinned: false
|
| 9 |
license: apache-2.0
|
| 10 |
+
short_description: SolverForge hospital scheduling example
|
| 11 |
---
|
| 12 |
|
| 13 |
# SolverForge Hospital
|