shinmen Claude Opus 4.6 commited on
Commit ·
65144e5
1
Parent(s): 38da18b
fix(hf-space): restore README metadata block
Browse filesAdd the Hugging Face Spaces YAML front matter back to README so the Space config is detected correctly by the Hub.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
<div align="center">
|
| 2 |
|
| 3 |
# 👻 Kiro Gateway
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Kiro Gateway
|
| 3 |
+
emoji: 👻
|
| 4 |
+
colorFrom: purple
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
+
pinned: false
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
<div align="center">
|
| 12 |
|
| 13 |
# 👻 Kiro Gateway
|