I’m wondering if anyone knows a way to maintain a navigation bar or css while navigating pages. Specifcally, when the Streamlit “loading” page shows up.
For example, if I was on home and then went to register, the entire screen goes blank while loading. I was hoping to maintain the nav bar when it was loading (nav bar doesn’t need to work it just needs to look like its there).
I’m thinking there is probably a way to edit this loading page as it seems unique with the grey bars and usually the running man but I turned that off. Hoping to insert some type of css?
Hey @dxk5271 Thanks for reaching out and welcome back!
We actually made some changes to our multipage apps setup that I hope would work well for your use case. We now have a file that always runs first, so that would be the best place to put the navbar. I’m not sure it would fully solve your issue, but you may notice it being snappier.
Check out more about MPA using st.Page and st.navigationhere.
This worked, but it became a bit hacky because I could only call functions from a page it seemed and not directly go to that page.
My pages had some pretty complex logic and functions so it didn’t behave well.
The UI became pretty messed up if you were to navigate a bunch. And if I were to change the menu options based on authentication status it became very glitchy.
Cool concept but I don’t believe this solution is mature enough for what I’m doing.
I ended up using Django and inserting app as iframe
Thanks for stopping by! We use cookies to help us understand how you interact with our website.
By clicking “Accept all”, you consent to our use of cookies. For more information, please see our privacy policy.
Cookie settings
Strictly necessary cookies
These cookies are necessary for the website to function and cannot be switched off. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms.
Performance cookies
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us understand how visitors move around the site and which pages are most frequently visited.
Functional cookies
These cookies are used to record your choices and settings, maintain your preferences over time and recognize you when you return to our website. These cookies help us to personalize our content for you and remember your preferences.
Targeting cookies
These cookies may be deployed to our site by our advertising partners to build a profile of your interest and provide you with content that is relevant to you, including showing you relevant ads on other websites.