I’m not sure if anyone has noticed but resizing the window often leads to streamlit re-running the script from the top. Does anyone know how to turn this off? A little bit digging shows that there is a div called 'resize triggers'
being wrapped around all the other divs. How do you remove this?
Hey @mansidak,
Thank you for sharing this question.
Resizing the window shouldn’t cause your app to rerun – can you share a code snippet so we can reproduce this behavior?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.