I am having some issues with the developer options not showing up in the hamburger menus anymore. It looks like the issues is only for private apps/repos and not for public ones. I’m logging into both my github and also my streamlit cloud account, so I should be getting detected as the developer. Also for my public apps I actually see the developer options (see screenshot below) but for the private ones I don’t, even though I still see the “manage app” option in bottom right corner.
I tried reproducing the issue with one of my clients’ accounts, and similar thing is happening. They are logged into their github and streamlit dashboard, but in the app’s hamburger menu, none of the developer options like Clear Cache are showing up.
If anyone else is having this issue would be great to hear if you have any recommendations to fix it.
For now, I’ve added this to all the private apps (though not recommended, and developer options in hamburger menu would still be preferred):
if st.sidebar.button("Clear All Cache"):
# Clear values from *all* memoized functions:
# i.e. clear values from both square and cube
st.experimental_memo.clear()
Looks like forcing a requirements of latest streamlit fixed the issue. Not sure why the menu was bugging out on older versions of streamlit for the cloud version.
I just added this to my requirements.txt and old menu shows up again with dev options:
streamlit==1.14.0
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.