Is there any way to use the icons which ı select for the sidebar in multiple page app. I want to make a sidebar like the below image:
Is there any way to change the background image of sidebar?
CodePudding user response:
You should rename the pages starting with a number, the icon and then the page name. Streamlit will automatically take care of the numbers and the _
by removing them leaving only the icon and the page name. Pages are sorted based on the numbers.
You page should return only>>>