Can any on help me with how to get rid of the names of files in the pages folder showing up in the top left corner of my streamlit app?
Thanks,
Rexon
Can any on help me with how to get rid of the names of files in the pages folder showing up in the top left corner of my streamlit app?
Thanks,
Rexon
Hi @rexon1992,
Thanks for posting!
The pages are appearing in the sidebar due to our new feature called multipage apps! (Check out the blog post here and the docs here)
An easy way to avoid having the page names in the sidebar would be to just change the folder name to something other than “pages” since that’s the default folder that Streamlit looks for to create your multipage app.
Caroline
Thank you Caroline!