import streamlit as st st.set_page_config(layout="wide") import base64 import streamlit as st import plotly.express as px page_bg_img = f""" """ st.markdown(page_bg_img, 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)