Thantham commited on
Commit Β·
3c38597
1
Parent(s): 8b56ea0
update README
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# π US Population Dashboard
|
| 2 |
|
| 3 |
A dashboard web app template built in Python using Streamlit.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Dashboard Sales
|
| 3 |
+
emoji: π
|
| 4 |
+
colorFrom: pink
|
| 5 |
+
colorTo: red
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: 1.30.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 13 |
+
|
| 14 |
+
|
| 15 |
# π US Population Dashboard
|
| 16 |
|
| 17 |
A dashboard web app template built in Python using Streamlit.
|