I have 5 pages in pages directory and I dont want one of the pages to be shown in the sidebar navigation menu(one that is created whenever a page is added in multipage streamlit app). Cause I want the page to be accessed only by clicking a link in the other page.
You will probably have to implement a custom navigation menu using st.page_link
. Check this tutorial from the docs:
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.