data-storyteller
data-storyteller copied to clipboard
autoreload with multipage
Hi Prakhar,
Thank you for the nice article and demo app with your multipage approach!
I noticed streamlit's autoreload functionality breaks with your approach and I made a small fix.
Perhaps its useful for you too. All you need to do is only include the page titles in the sidebar's select box. So make sure not to include the page functions.
You can see the changes here.
Best, Rens
Thanks for raising the issue. I will check it out!
@RensDimmendaal Thanks for the fix! Ran into the same issue!