YongHuang commited on
Commit
003b42f
·
1 Parent(s): 0982817

change Submit to Search

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ init_session_state()
140
  query = st.text_input("Storeage, Offices, Car Washes, Laundromat... we have it all")
141
 
142
  # Create a button
143
- if st.button('Submit'):
144
 
145
  # # initialize
146
  # st.session_state.clear()
 
140
  query = st.text_input("Storeage, Offices, Car Washes, Laundromat... we have it all")
141
 
142
  # Create a button
143
+ if st.button('Search'):
144
 
145
  # # initialize
146
  # st.session_state.clear()