Hi guys,
I was looking for something like this image below, to put in my streamlit app side bar, to show users who made the app or maybe other information.
i tried this code below, but didn’t worked as expected. I need to change the background color and the information needs to be in a box, like the Contribute section in the picture above.
st.sidebar.markdown(“”"## Developers
This Web Software was created by …
“”", unsafe_allow_html=True)