blackary / st_pages

An experimental version of Streamlit Multi-Page Apps
MIT License
456 stars 76 forks source link

hide_pages failed when switch to another visiable page #94

Closed RuochengShan closed 5 months ago

RuochengShan commented 5 months ago

The hide_pages works well when loading the main page (showing visable pages and hiding the target page). But when switched to a visiable page other than the main page, the page link of a hidden page appears.

blackary commented 5 months ago

hide_pages is purely done by css, so it needs to be done on every page that you want to hide page on