--- title: 🪙 US Crypto ETF dashboard emoji: 🪙 colorFrom: red colorTo: green sdk: streamlit sdk_version: "1.40.1" app_file: streamlit_app.py pinned: false --- # 🪙 US Crypto ETF dashboard Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference ### How to run it on your own machine 1. Install the requirements ``` $ pip install -r requirements.txt ``` 2. Run the app ``` $ streamlit run streamlit_app.py ```