import streamlit as st st.set_page_config(layout="wide") video_html = """ """ st.markdown(video_html, unsafe_allow_html=True) col1, col2, col3 = st.columns([3,5,2]) with col2: st.title('✨NLP Project by GPT-Team✨') col1, col2, col3 = st.columns([2,5,2]) with col2: st.markdown("
Team members:
", unsafe_allow_html=True) st.markdown("
✨ Maria K.       ✨ Osana B.
", unsafe_allow_html=True) st.markdown("
✨ Veronika K.    ✨ Anna S.
", unsafe_allow_html=True) st.markdown("
", unsafe_allow_html=True) st.markdown("
", unsafe_allow_html=True)