fschwartzer commited on
Commit
4e8c737
·
1 Parent(s): 7f3d9d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ if selected_coords == 'Custom' and radius_visible:
153
  # Add predicted Vunit values to filtered_data
154
  filtered_data['Predicted_Vunit'] = predicted_vunit
155
 
156
- Display the map and filtered_data
157
  with st.container():
158
  if selected_coords == 'Custom':
159
  st.map(filtered_data, zoom=zoom_level, use_container_width=True)
 
153
  # Add predicted Vunit values to filtered_data
154
  filtered_data['Predicted_Vunit'] = predicted_vunit
155
 
156
+ # Display the map and filtered_data
157
  with st.container():
158
  if selected_coords == 'Custom':
159
  st.map(filtered_data, zoom=zoom_level, use_container_width=True)