Skip to content

Commit 67874f8

Browse files
authored
Update app.py
1 parent ee8b96b commit 67874f8

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
@@ -24,7 +24,7 @@ def read_csv(url):
2424
df_routes = read_csv(csv_url)
2525

2626

27-
# This .csv file was created within flights_table_builder.ipynb, by using python code
27+
# This .csv file was created within flights_data.ipynb, by using python code
2828
#to download, convert file type, merge and clean the data.
2929

3030
def value_change(category):

0 commit comments

Comments
 (0)