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?
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?
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>>> Mapping Demo
1__Mapping_Demo.py
For second question:
st.markdown('<style>div[class="css-zbg2rx e1fqkh3o1"] {color:black; background: url("url adress");background-repeat: no-repeat;background-size:350%;} </style>', unsafe_allow_html=True)