Spaces:
Running
Running
change Submit to Search
Browse files
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('
|
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()
|