blackary / st_pages

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

Page disappeared after clicking on a radio button on Example Four #63

Closed wgong closed 1 year ago

wgong commented 1 year ago

image

Before clicking

image

blackary commented 1 year ago

This is exactly what this example page is supposed to be showing -- it dynamically hides pages when the radio button is changed. This uses the hide_pages function, which you can see here: https://github.com/blackary/st_pages/blob/main/example_app/example_four.py

wgong commented 1 year ago

Sorry for not reading the code completely, Glad to know this nice dynamic feature. Thank you for clarifying on my dumb question

On Tue, Sep 5, 2023 at 10:35 AM Zachary Blackwood @.***> wrote:

This is exactly what this example page is supposed to be showing -- it dynamically hides pages when the radio button is changed. This uses the hide_pages function, which you can see here: https://github.com/blackary/st_pages/blob/main/example_app/example_four.py

— Reply to this email directly, view it on GitHub https://github.com/blackary/st_pages/issues/63#issuecomment-1706744356, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACQRSFFM4YW6LR5AG7L5QDXY42BZANCNFSM6AAAAAA4JQKZGE . You are receiving this because you authored the thread.Message ID: @.***>

--

Thanks, Wen