Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -216,7 +216,7 @@ st.markdown("""
|
|
216 |
</style>
|
217 |
""", unsafe_allow_html=True)
|
218 |
|
219 |
-
st.title("Zonal Average NDVI Trend
|
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 |
-
|
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.")
|