This is the Official Fused.io 30 Day Map challenge repo
All throughout the month of November we're going to add contribution from the Fused team & the community to the #30DayMapChallenge.
This is a collection of Fused apps that you can explore to see various uses of Fused, from User Defined Functions to various Fused apps
You can explore this from your browser 👉 right here! 👈
This is a streamlit-based repo so you can also run this locally.
# Start making new virtual environment
python3 -m venv .venv
source .venv/bin/activate
You'll need poetry
& python>=3.11
poetry install
streamlit run Fused_30_days.py