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