Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -2
src/streamlit_app.py
CHANGED
@@ -334,8 +334,8 @@ def main():
|
|
334 |
|
335 |
st.caption(app_example)
|
336 |
|
337 |
-
|
338 |
-
col1, col2 = st.columns([3.5, 1])
|
339 |
|
340 |
with col1:
|
341 |
query = st.text_input(
|
|
|
334 |
|
335 |
st.caption(app_example)
|
336 |
|
337 |
+
col1, col2, col3 = st.columns([3.5, 1.3, 1.3])
|
338 |
+
#col1, col2 = st.columns([3.5, 1])
|
339 |
|
340 |
with col1:
|
341 |
query = st.text_input(
|