asehmi
November 20, 2021, 2:40pm
4
I assume you have seen this thread? It can be done programmatically, but is legacy . If you feel strongly about it, then please vote in the GitHub repo.
Hi @Hayk_Martiros ,
Welcome to the Streamlit community!
The clear_cache method has moved to streamlit.legacy_caching.clear_cache.
With the 0.89.0 release, we have updated the configurable hamburger menu options !
The hamburger menu is now divided into the main section (visible to everyone) and the developer section (visible to developers only).
The developer section is context-aware. It appears if the app is running on localhost or if it was deployed in Streamlit Cloud (and if the cur…