InNoobWeTrust commited on
Commit
fe7e87b
β€’
1 Parent(s): 005b424

fix: try huggingface's Spaces as Streamlit cloud is forbidden by Farside

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -1,8 +1,17 @@
1
- # 🎈 Blank app template
 
 
 
 
 
 
 
 
 
2
 
3
- A simple Streamlit app template for you to modify!
4
 
5
- [![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://blank-app-template.streamlit.app/)
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