YongHuang commited on
Commit
e8d1ff0
·
1 Parent(s): 88242ef

update input string

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -128,7 +128,7 @@ def summarize_products(products: list) -> str:
128
  # st.set_page_config(layout="centered")
129
  css='''
130
  <style>
131
- section.main > div {max-width:70rem}
132
  </style>
133
  '''
134
  st.markdown(css, unsafe_allow_html=True)
@@ -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("What are you looking for?")
141
 
142
  # Create a button
143
  if st.button('Submit'):
 
128
  # st.set_page_config(layout="centered")
129
  css='''
130
  <style>
131
+ section.main > div {max-width:75rem}
132
  </style>
133
  '''
134
  st.markdown(css, unsafe_allow_html=True)
 
137
  init_session_state()
138
 
139
  # Create a text input field
140
+ query = st.text_input("Storeage, Offices, Car Washes... search for unique investment?")
141
 
142
  # Create a button
143
  if st.button('Submit'):