{theme_title}
""", unsafe_allow_html=True) theme_options = [ str(_("sidebar.theme_light")), str(_("sidebar.theme_dark")) ] theme = st.radio( str(_("sidebar.theme")), 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"))) st.markdown("""{impact_label}
{loading_text}