Hi all,
I have a general question about the widget on Streamlit : Is there a way to modify the size of the labels displaid ? For example, how can increase the size if the label “KPI” here :
my_expander = st.expander(label='KPI', expanded=True)
Many thanks !