jdenis-insn commited on
Commit ·
e1ddc98
1
Parent(s): 737f55b
fix readme app_port
Browse files
README.md
CHANGED
|
@@ -4,9 +4,11 @@ emoji: 👁
|
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: red
|
| 6 |
sdk: docker
|
|
|
|
| 7 |
pinned: false
|
| 8 |
license: unlicense
|
| 9 |
short_description: My Interactive Resume
|
| 10 |
---
|
| 11 |
|
|
|
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: red
|
| 6 |
sdk: docker
|
| 7 |
+
app_port: 80
|
| 8 |
pinned: false
|
| 9 |
license: unlicense
|
| 10 |
short_description: My Interactive Resume
|
| 11 |
---
|
| 12 |
|
| 13 |
+
|
| 14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|