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 ee8b96b commit 67874f8Copy full SHA for 67874f8
streamlit/flight_routes/app.py
@@ -24,7 +24,7 @@ def read_csv(url):
24
df_routes = read_csv(csv_url)
25
26
27
-# This .csv file was created within flights_table_builder.ipynb, by using python code
+# This .csv file was created within flights_data.ipynb, by using python code
28
#to download, convert file type, merge and clean the data.
29
30
def value_change(category):
0 commit comments