python -m venv .venv.venv\Scripts\activatepip install -r requirements.txt- Folder name should be "data"
- personal csv should be named "personal_flight_data.csv"
- the "personal_flight_data.csv" should follow the same structure as the "example.csv" (the empty fields will be filled out after starting the app)
streamlit run app.py --theme.base dark