Spaces:
Sleeping
Sleeping
Fix link
Browse files
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 |
|