python -m venv .venv
.venv\Scripts\activate
pip 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