blackary / st_pages

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

Can I not indenet? (For not causing flicker) #93

Closed tmactodarack closed 8 months ago

tmactodarack commented 8 months ago

Thanks for this great library

Im wondering if it is possible to not indent child page after section for it causes flicker I know there I can make "is_section" = false to restrain the indent However, that seems not working pretty well (cannot achieve what I expect that all the child pages not indent)

I think even not indenting, still can make a good tree like menu so I would recommend to add a function not indenting

Thanks!

blackary commented 8 months ago

You can use add_page_title(also_indent=False)