blackary / st_pages

An experimental version of Streamlit Multi-Page Apps
MIT License
467 stars 77 forks source link

st.set_page_config(layout='wide') is not working. #86

Closed microrepar closed 10 months ago

microrepar commented 10 months ago

After using st-page in my streamlit app, the wide layout stopped working. Can you all help me, please?

blackary commented 10 months ago

You can pass layout="wide" to add_page_title, like this https://github.com/blackary/st_pages/blob/main/example_app/example_one.py#L4