CSV Analyzer — FastAPI (Professional Dashboard Edition) csv-analyzer-fastapi/ │ ├── main.py ├── templates/ │ └── index.html ← Bootstrap UI + theme toggle + responsive layout ├── static/ │ ├── style.css │ └── theme.js ← toggle logic (dark/light) ├── requirements.txt └── Procfile