Widgets next to each other

Hi,

How can I use widgets next to each other?
I’ve seen many good examples, like this one: https://share.streamlit.io/streamlit/example-app-bug-report/main - where you have “Report author:” next to “Bug type:”.

Thanks

Hey @Renan_Lopes

You can use st.columns for doing that.

Read the official documentation to understand better with some examples - st.columns - Streamlit Docs.

Best,
Kanak

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.