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