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('✨Smart Book Search by FindMyBook:✨')
col1, col2, col3 = st.columns([2,5,2])
with col2:
st.markdown("
Team members:
", unsafe_allow_html=True)
st.markdown("✨ Maria K. ✨ Ilvir Kh.
", unsafe_allow_html=True)
st.markdown("✨ Viktoria K. ✨ Anna F.
", unsafe_allow_html=True)
st.markdown("✨ Ivan N.
", unsafe_allow_html=True)
st.markdown("", unsafe_allow_html=True)
st.markdown("", unsafe_allow_html=True)