mattritchey commited on
Commit
cb7e652
·
verified ·
1 Parent(s): 8cbaa12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -181,7 +181,7 @@ col1, col2 = st.columns((2))
181
 
182
 
183
  #Input Values
184
- address = st.sidebar.text_input("Address", "123 Main Street, Dallas, TX 75126")
185
  date_focus = st.sidebar.date_input("Date", pd.Timestamp(2021, 7, 1))
186
  within_days = st.sidebar.selectbox('Days Within', (90, 180, 365))
187
  circle_radius = st.sidebar.selectbox('Box Radius (Miles)', (5, 10, 25))
 
181
 
182
 
183
  #Input Values
184
+ address = st.sidebar.text_input("Address", "Dallas, TX")
185
  date_focus = st.sidebar.date_input("Date", pd.Timestamp(2021, 7, 1))
186
  within_days = st.sidebar.selectbox('Days Within', (90, 180, 365))
187
  circle_radius = st.sidebar.selectbox('Box Radius (Miles)', (5, 10, 25))