{theme_title}
""", unsafe_allow_html=True) theme_options = [ str(_("sidebar.theme_light", "Clair")), str(_("sidebar.theme_dark", "Sombre")) ] theme = st.radio( str(_("sidebar.theme", "Thème")), theme_options, index=theme_options.index(st.session_state.theme_mode), horizontal=True, label_visibility="hidden" ) st.markdown("""{theme_title}
""", unsafe_allow_html=True) st.info(str(_("sidebar.theme_instructions_only", "Le changement de thème ne peut se faire que depuis l'onglet Instructions."))) st.markdown("""{impact_label}
{loading_text}