Spaces:
Sleeping
Sleeping
Upload README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,33 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
-
sdk:
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Race Results Explorer
|
| 3 |
+
emoji: π
|
| 4 |
+
colorFrom: yellow
|
| 5 |
+
colorTo: red
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: "1.44.1"
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# π Race Results Explorer
|
| 13 |
+
|
| 14 |
+
Interactive Streamlit dashboard to explore and filter race results data.
|
| 15 |
+
|
| 16 |
+
## Filters Available
|
| 17 |
+
- **Gender** β Male / Female / All
|
| 18 |
+
- **City** β Multi-select from all cities
|
| 19 |
+
- **State** β Multi-select from all states
|
| 20 |
+
- **Team** β All / Team Members / Independent / Specific team
|
| 21 |
+
- **Chip Time** β Range slider
|
| 22 |
+
- **Gun Time** β Range slider
|
| 23 |
+
- **Name Search** β Text search
|
| 24 |
+
|
| 25 |
+
## How to Deploy
|
| 26 |
+
1. Create a new Space on [Hugging Face](https://huggingface.co/spaces)
|
| 27 |
+
2. Select **Streamlit** as the SDK
|
| 28 |
+
3. Upload these files:
|
| 29 |
+
- `app.py`
|
| 30 |
+
- `requirements.txt`
|
| 31 |
+
- `new_data_01__2_.csv`
|
| 32 |
+
- `README.md`
|
| 33 |
+
4. The app will auto-build and go live!
|