Spaces:
Running
Running
spelling mistake
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ st.markdown(css, unsafe_allow_html=True)
|
|
141 |
init_session_state()
|
142 |
|
143 |
# Create a text input field
|
144 |
-
query = st.text_input("
|
145 |
|
146 |
# Create a button
|
147 |
if st.button('Search'):
|
|
|
141 |
init_session_state()
|
142 |
|
143 |
# Create a text input field
|
144 |
+
query = st.text_input("Storages, Offices, Car Washes, Laundromats... we have it all")
|
145 |
|
146 |
# Create a button
|
147 |
if st.button('Search'):
|