Skip to content

fynn3003/flight_data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions to host the App

venv (open the terminal and paste the following)

Create a venv

python -m venv .venv

Connect to venv on windows

.venv\Scripts\activate

Download requirements

pip install -r requirements.txt

Create a folder with both the csv files in it

Folder and filenames

  • 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)

Start streamlit app

streamlit run app.py --theme.base dark

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages