--- title: Race Results Explorer emoji: 🏃 colorFrom: yellow colorTo: red sdk: streamlit sdk_version: "1.44.1" app_file: app.py pinned: false --- # 🏃 Race Results Explorer Interactive Streamlit dashboard to explore and filter race results data. ## Filters Available - **Gender** – Male / Female / All - **City** – Multi-select from all cities - **State** – Multi-select from all states - **Team** – All / Team Members / Independent / Specific team - **Chip Time** – Range slider - **Gun Time** – Range slider - **Name Search** – Text search ## How to Deploy 1. Create a new Space on [Hugging Face](https://huggingface.co/spaces) 2. Select **Streamlit** as the SDK 3. Upload these files: - `app.py` - `requirements.txt` - `new_data_01__2_.csv` - `README.md` 4. The app will auto-build and go live!