Spaces:
Running
Running
update input string
Browse files
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:
|
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("
|
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'):
|