rationalisation des en-têtes; rationalisation du texte
st.title() # corresponds to H1 heading
st.header() # corresponds to H2 heading
st.subheader() # corresponds to H3 heading
Odd Ox