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)
my_expander = st.expander(label='KPI', expanded=True)
Many thanks !
Hi @Maxime_tut , is this what you are looking for? Just reproduce the code to test it out (my copy-paste is eating up some text)
Cheers
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.