YongHuang commited on
Commit
12d3975
·
1 Parent(s): 921dcff

update inputs

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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
- 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'):
 
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'):