'St.Success of Customization Problems (Streamlit)
Solution 1:[1]
import streamlit as st
st.markdown('''
<style>
.element-container {
background-color: blue;
opacity: 1;
}
.st-b7 {
color: white;
}
.css-nlntq9 {
font-family: Source Sans Pro;
}
</style>
''', unsafe_allow_html=True)
st.success('Whoever is happy will make others happy too. -Anne Frank')
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | ferdy |


