mattritchey commited on
Commit
71be939
·
1 Parent(s): 8fc4aaf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -84,7 +84,6 @@ def geocode(address):
84
  address = st.sidebar.text_input("Address", "Dallas, TX")
85
  date = st.sidebar.date_input("Loss Date (Max)", pd.Timestamp(2023, 7, 14), key='date')
86
  show_data = st.sidebar.selectbox('Show Data At Least Within:', ('Show All', '1 Mile', '3 Miles', '5 Miles'))
87
- show_data='3 Miles'
88
 
89
  #Geocode Addreses
90
  date_str=date.strftime("%Y%m%d")
 
84
  address = st.sidebar.text_input("Address", "Dallas, TX")
85
  date = st.sidebar.date_input("Loss Date (Max)", pd.Timestamp(2023, 7, 14), key='date')
86
  show_data = st.sidebar.selectbox('Show Data At Least Within:', ('Show All', '1 Mile', '3 Miles', '5 Miles'))
 
87
 
88
  #Geocode Addreses
89
  date_str=date.strftime("%Y%m%d")