Spaces:
Running
Running
update input string
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ st.markdown(css, unsafe_allow_html=True)
|
|
137 |
init_session_state()
|
138 |
|
139 |
# Create a text input field
|
140 |
-
query = st.text_input("
|
141 |
|
142 |
# Create a button
|
143 |
if st.button('Submit'):
|
|
|
137 |
init_session_state()
|
138 |
|
139 |
# Create a text input field
|
140 |
+
query = st.text_input("Storeage, Offices, Car Washes, Laundromat... we have it all")
|
141 |
|
142 |
# Create a button
|
143 |
if st.button('Submit'):
|