Hello!
I’m developing an app locally in streamlit version 1.36.0, and I’m trying to change the pages’ layout to “wide” instead of “centered” in this new version while using the new st.Page and st.navigation methods. I already ran this app using the previous version of streamlit and I could set the page width by calling st.set_page_config(layout=“wide”) in the main.py file (at the top of the page as instructed in the docs), but it seems to break in the new version.
I couldn’t find any mention of this in the documentation or on this forum, so if anyone has any idea for why this happens I’d love some advice on the issue.
Thanks in advance,
Uriah