mattritchey commited on
Commit
7eb4395
·
verified ·
1 Parent(s): 272a83d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -82,7 +82,7 @@ def geocode(address):
82
 
83
  #Side Bar
84
  address = st.sidebar.text_input("Address", "Dallas, TX")
85
- date = st.sidebar.date_input("Loss Date (Max)", pd.Timestamp(2024, 2, 9), 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
@@ -149,7 +149,7 @@ col1, col2 = st.columns((3, 2))
149
 
150
  with col1:
151
  st.header('Estimated Maximum Hail Size')
152
- st.write('Data from 2010 to 2024-02-09')
153
  df_hail_cut_group2
154
 
155
  data=df_hail_cut_group2.reset_index()
 
82
 
83
  #Side Bar
84
  address = st.sidebar.text_input("Address", "Dallas, TX")
85
+ date = st.sidebar.date_input("Loss Date (Max)", pd.Timestamp(2024, 2, 16), 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
 
149
 
150
  with col1:
151
  st.header('Estimated Maximum Hail Size')
152
+ st.write('Data from 2010 to 2024-02-16')
153
  df_hail_cut_group2
154
 
155
  data=df_hail_cut_group2.reset_index()