mattritchey commited on
Commit
d32512f
·
verified ·
1 Parent(s): 7a58278

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -171,7 +171,6 @@ def get_all_data(lat, lon, radius, start_date, end_date):
171
  st.set_page_config(layout="wide")
172
  col1, col2 = st.columns((2))
173
 
174
- os.chdir(r'C:\Users\mritchey')
175
 
176
  #Input Values
177
  address = st.sidebar.text_input("Address", "123 Main Street, Dallas, TX 75126")
 
171
  st.set_page_config(layout="wide")
172
  col1, col2 = st.columns((2))
173
 
 
174
 
175
  #Input Values
176
  address = st.sidebar.text_input("Address", "123 Main Street, Dallas, TX 75126")