Does Streamlit have layout management options?

Hello guys,

I am new to Streamlit. I wish to know if I can arrange/club my widgets in the GUI while using Streamlit? I couldnā€™t find any documentation in this respect.

TIA for your support.

Hey @jenildedhia93,

  • in regards to rearranging directly in the web browser while using Streamlit, Iā€™m not sure this is something Streamlit wants to provide (yet) as it is built with Python scripting in mind. The way you arrange widgets is going to be through the order of Streamlit calls in your script.
  • thereā€™s a feature in Streamlitā€™s roadmap for Customizable Layout for Streamlit. This will enable users to layout widgets as they like through Streamlitā€™s API in the Python script.

Hope that clears things a bit
Fanilo

1 Like