YashMK89 commited on
Commit
9e83246
·
verified ·
1 Parent(s): fee251e

update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -201,8 +201,8 @@ def read_kml(file_path):
201
 
202
 
203
  # Date Input for Start and End Dates
204
- start_date = st.date_input("Start Date", value=pd.to_datetime('2020-01-01'))
205
- end_date = st.date_input("End Date", value=pd.to_datetime('2020-12-31'))
206
 
207
  # Convert start_date and end_date to string format for Earth Engine
208
  start_date_str = start_date.strftime('%Y-%m-%d')
 
201
 
202
 
203
  # Date Input for Start and End Dates
204
+ start_date = st.date_input("Start Date", value=pd.to_datetime('2024-11-01'))
205
+ end_date = st.date_input("End Date", value=pd.to_datetime('2024-12-01'))
206
 
207
  # Convert start_date and end_date to string format for Earth Engine
208
  start_date_str = start_date.strftime('%Y-%m-%d')