williampsun/pm25-exposure-tool
yml
readme
Updated layout
Updated layout
changed red color
Made dropdown O(n) by premaking fips_set
Move to top
Fixed dockerfile python version
Pin dependency versions for reproducible builds
Separated files
Separated files
Track GIF via Git LFS
fixed gif path
added gif to readme
Fixed readme error
Added readme
Added comment at top of app.py
Changed color so its more intuitive
perf: scale application to 4 gunicorn workers
fix: update deprecated run_server to app.run
fix: resolve port mismatch for container routing
feat: add missing Dockerfile for Hugging Face deployment
build: track NetCDF data binary files using Git LFS
fix: switch to direct git push for deployment
fix: change huggingface repo id to lowercase
fix: change sdk to docker in readme metadata
Added Github Workflow for Hugging Face sync
Downloaded county_fips directly so we don't need to always make a request to github
Displayed message when county is missing data for all years
Updated style of tool
Used dash_bootstrap_components to make stylistic changes
First commit, finished first version of prototype
