nniehaus commited on
Commit
3f8aade
1 Parent(s): 5cca416

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ def InvestmentPropertyFinder(max_price, amenities, bedrooms, bathrooms, square_f
153
  # Streamlit UI
154
  st.title("Investment Property Finder in Breckenridge and Blue River, CO")
155
 
156
- max_price = st.text_input("Maximum Price", "Enter your maximum price for the property.")
157
  amenities = st.multiselect("Amenities", ["Close to Skiing", "Hot Tub", "Bus Route", "Parking"], default=[])
158
  bedrooms = st.selectbox("Bedrooms", ["1", "2", "3", "4", "5+"])
159
  bathrooms = st.selectbox("Bathrooms", ["1", "2", "3", "4", "5+"])
 
153
  # Streamlit UI
154
  st.title("Investment Property Finder in Breckenridge and Blue River, CO")
155
 
156
+ max_price = st.text_input("Maximum Price", placeholder="Enter your maximum price for the property.")
157
  amenities = st.multiselect("Amenities", ["Close to Skiing", "Hot Tub", "Bus Route", "Parking"], default=[])
158
  bedrooms = st.selectbox("Bedrooms", ["1", "2", "3", "4", "5+"])
159
  bathrooms = st.selectbox("Bathrooms", ["1", "2", "3", "4", "5+"])