Spaces:
Running
Running
change input
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ st.markdown(hide_menu_style, unsafe_allow_html=True)
|
|
149 |
init_session_state()
|
150 |
|
151 |
# Create a text input field
|
152 |
-
query = st.text_input("Storages, Car Washes, Laundromats...
|
153 |
|
154 |
# Create a button
|
155 |
if st.button('Search'):
|
|
|
149 |
init_session_state()
|
150 |
|
151 |
# Create a text input field
|
152 |
+
query = st.text_input("Storages, Car Washes, Laundromats... Ask us anything in your own words")
|
153 |
|
154 |
# Create a button
|
155 |
if st.button('Search'):
|