YongHuang commited on
Commit
0982817
·
1 Parent(s): 4e1d7e4

update input string

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ st.markdown(css, unsafe_allow_html=True)
137
  init_session_state()
138
 
139
  # Create a text input field
140
- query = st.text_input("Looking for unique investment properties? Storeage, Offices, Car Washes, Laundromat... we have it all")
141
 
142
  # Create a button
143
  if st.button('Submit'):
 
137
  init_session_state()
138
 
139
  # Create a text input field
140
+ query = st.text_input("Storeage, Offices, Car Washes, Laundromat... we have it all")
141
 
142
  # Create a button
143
  if st.button('Submit'):