How to keep elements on a single line and wrap automatically according to the size of the browser in streamlit .I know in niceGUI ,the row() can acommplish this .but nicegui’s default apperance is not that good than streamlit ,thouth with the use of tailwindcss and Quasar It’s more powerful than streamlit(with the use of classes and props,we can almost adjust anything in the element,that’s pretty powerful)
Hi @v479038280
You can use st.columns()
to display elements on the same line.
More info in the Docs:
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.