', unsafe_allow_html=True) left_column, right_column = st.columns([1, 3]) with left_column: tab1, tab2 = st.tabs([ t.get("login", "Iniciar Sesión"), t.get("register", "Registrarse") ]) with tab1: login_form(lang_code, t) with tab2: register_form(lang_code, t) with right_column: display_videos_and_info(lang_code, t) st.markdown('