sebsigma commited on
Commit
a456801
·
1 Parent(s): bac4c3c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -210,7 +210,7 @@ def open_sidebar():
210
 
211
  # Add data file uploader
212
  st.sidebar.header('Locations File')
213
- data_file = st.sidebar.file_uploader("Upload a CSV file with Latitudes and Longitudes (see [example data csv]({data_template_link}))")
214
  button_show_data = st.sidebar.button('Show Input Data')
215
  st.session_state['data_file'] = data_file
216
 
 
210
 
211
  # Add data file uploader
212
  st.sidebar.header('Locations File')
213
+ data_file = st.sidebar.file_uploader(f"Upload a CSV file with Latitudes and Longitudes (see [example data csv]({data_template_link}))")
214
  button_show_data = st.sidebar.button('Show Input Data')
215
  st.session_state['data_file'] = data_file
216