We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212ca43 commit ee8b96bCopy full SHA for ee8b96b
streamlit/flight_routes/app.py
@@ -10,7 +10,7 @@
10
st.title('Flight Route Finder')
11
12
st.markdown('This app uses historical flight data to visualize Non-Stop Flight Routes from '
13
- 'any Country and Airport in the database.')
+ 'any Country and Airport in the database. Choose Country first, then Airport.')
14
15
data_url = 'https://raw.githubusercontent.com/CoderCpy/Python_projects/refs/heads/main/data/flightroute/'
16
csv_file = 'flight_routes.csv'
0 commit comments