UjjwalKGupta commited on
Commit
30cf8c5
·
verified ·
1 Parent(s): abbf4aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -216,7 +216,7 @@ st.markdown("""
216
  </style>
217
  """, unsafe_allow_html=True)
218
 
219
- st.title("Zonal Average NDVI Trend Calculator")
220
 
221
  input_container = st.container()
222
  # Function to create dropdowns for date input
@@ -418,7 +418,7 @@ if uploaded_file is not None and submit_button:
418
  # Display the map and allow interactions without triggering reruns
419
  with st.container():
420
  st_folium(st.session_state["map"], width=725, returned_objects=[])
421
- st.stop()
422
  else:
423
  # Failed to find any Sentinel-2 Image in given period
424
  st.write("No Sentinel-2 Imagery found for the given period.")
 
216
  </style>
217
  """, unsafe_allow_html=True)
218
 
219
+ st.title("Zonal Average NDVI Trend Analyser")
220
 
221
  input_container = st.container()
222
  # Function to create dropdowns for date input
 
418
  # Display the map and allow interactions without triggering reruns
419
  with st.container():
420
  st_folium(st.session_state["map"], width=725, returned_objects=[])
421
+ st.stop()
422
  else:
423
  # Failed to find any Sentinel-2 Image in given period
424
  st.write("No Sentinel-2 Imagery found for the given period.")