mattritchey commited on
Commit
ee232a5
·
1 Parent(s): a58de21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ def extract_vertices(gdf):
105
  #Side Bar
106
  address = st.sidebar.text_input(
107
  "Address", "1315 10th St, Sacramento, CA 95814")
108
- date = st.sidebar.date_input("Date", pd.Timestamp(2021, 7, 14), key='date')
109
  number_days_range = st.sidebar.selectbox(
110
  'Within Day Range:', (5, 10, 30, 90, 180))
111
 
 
105
  #Side Bar
106
  address = st.sidebar.text_input(
107
  "Address", "1315 10th St, Sacramento, CA 95814")
108
+ date = st.sidebar.date_input("Date", pd.Timestamp.today(), key='date')
109
  number_days_range = st.sidebar.selectbox(
110
  'Within Day Range:', (5, 10, 30, 90, 180))
111