InNoobWeTrust
commited on
Commit
β’
fe7e87b
1
Parent(s):
005b424
fix: try huggingface's Spaces as Streamlit cloud is forbidden by Farside
Browse files
README.md
CHANGED
@@ -1,8 +1,17 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
-
|
4 |
|
5 |
-
|
6 |
|
7 |
### How to run it on your own machine
|
8 |
|
|
|
1 |
+
---
|
2 |
+
title: πͺ US Crypto ETF dashboard
|
3 |
+
emoji: πͺ
|
4 |
+
colorFrom: red
|
5 |
+
colorTo: green
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: "1.40.1"
|
8 |
+
app_file: streamlit_app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
|
12 |
+
# πͺ US Crypto ETF dashboard
|
13 |
|
14 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
15 |
|
16 |
### How to run it on your own machine
|
17 |
|