Spaces:
Running
Running
Update space 2nd time
Browse files- .huggingface.yaml +2 -1
- README.md +3 -1
.huggingface.yaml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
# .huggingface.yaml
|
| 2 |
-
sdk: "
|
|
|
|
| 3 |
python_file: "main.py"
|
|
|
|
| 1 |
# .huggingface.yaml
|
| 2 |
+
sdk: "static"
|
| 3 |
+
python_version: "3.12"
|
| 4 |
python_file: "main.py"
|
README.md
CHANGED
|
@@ -1,10 +1,12 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 📊
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: green
|
| 6 |
sdk: static
|
|
|
|
| 7 |
pinned: false
|
|
|
|
| 8 |
short_description: this is experimental demo space
|
| 9 |
---
|
| 10 |
|
|
|
|
| 1 |
---
|
| 2 |
+
title: HelloPartner
|
| 3 |
emoji: 📊
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: green
|
| 6 |
sdk: static
|
| 7 |
+
app_file: main.py
|
| 8 |
pinned: false
|
| 9 |
+
license: mit
|
| 10 |
short_description: this is experimental demo space
|
| 11 |
---
|
| 12 |
|