mattritchey commited on
Commit
b125c15
·
verified ·
1 Parent(s): 5876577

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ col1, col2 = st.columns((2))
106
 
107
 
108
  #Input Values
109
- address = st.sidebar.text_input("Address", "123 Main Street, Dallas, TX 75126")
110
  date_focus = st.sidebar.date_input("Date", pd.Timestamp(2023, 7, 1))
111
  within_days = st.sidebar.selectbox('Days Within', (90, 180, 365))
112
  # start_date = st.sidebar.date_input("Start Date", pd.Timestamp(2023, 1, 1))
 
106
 
107
 
108
  #Input Values
109
+ address = st.sidebar.text_input("Address", "Dallas, TX")
110
  date_focus = st.sidebar.date_input("Date", pd.Timestamp(2023, 7, 1))
111
  within_days = st.sidebar.selectbox('Days Within', (90, 180, 365))
112
  # start_date = st.sidebar.date_input("Start Date", pd.Timestamp(2023, 1, 1))