Spaces:
Running
Running
update string
Browse files
app.py
CHANGED
@@ -149,10 +149,10 @@ st.markdown(hide_menu_style, unsafe_allow_html=True)
|
|
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 |
-
|
156 |
|
157 |
# Create a button
|
158 |
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, Offices, Laundromats... Ask us anything in your own words π€ ")
|
156 |
|
157 |
# Create a button
|
158 |
if st.button('Search'):
|