File size: 832 Bytes
771fe92
b0c0fe6
 
 
 
 
 
771fe92
 
 
 
b0c0fe6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
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!