Update src/streamlit_app.py
Browse files- src/streamlit_app.py +7 -7
src/streamlit_app.py
CHANGED
@@ -334,8 +334,8 @@ def main():
|
|
334 |
|
335 |
st.caption(app_example)
|
336 |
|
337 |
-
col1, col2, col3 = st.columns([3.5, 1.3, 1.3])
|
338 |
-
|
339 |
|
340 |
with col1:
|
341 |
query = st.text_input(
|
@@ -361,11 +361,11 @@ def main():
|
|
361 |
)
|
362 |
|
363 |
|
364 |
-
with col3:
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
|
370 |
# create an empty container to show the resukts
|
371 |
#placeholder = st.empty()
|
|
|
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(
|
|
|
361 |
)
|
362 |
|
363 |
|
364 |
+
# with col3:
|
365 |
+
# trigger_explore = st.button(
|
366 |
+
# label="Randomize 🎲",
|
367 |
+
# use_container_width=True
|
368 |
+
# )
|
369 |
|
370 |
# create an empty container to show the resukts
|
371 |
#placeholder = st.empty()
|