Skip to content

Commit ee8b96b

Browse files
authored
Update app.py
1 parent 212ca43 commit ee8b96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streamlit/flight_routes/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
st.title('Flight Route Finder')
1111

1212
st.markdown('This app uses historical flight data to visualize Non-Stop Flight Routes from '
13-
'any Country and Airport in the database.')
13+
'any Country and Airport in the database. Choose Country first, then Airport.')
1414

1515
data_url = 'https://raw.githubusercontent.com/CoderCpy/Python_projects/refs/heads/main/data/flightroute/'
1616
csv_file = 'flight_routes.csv'

0 commit comments

Comments
 (0)