gajjukhan commited on
Commit
b0c0fe6
Β·
verified Β·
1 Parent(s): 771fe92

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -7
README.md CHANGED
@@ -1,12 +1,33 @@
1
  ---
2
- title: Data Filtering 01
3
- emoji: 🐨
4
- colorFrom: purple
5
- colorTo: yellow
6
- sdk: gradio
7
- sdk_version: 6.13.0
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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!