import streamlit as st def apply_styles(): page_bg_color = """ """ st.markdown(page_bg_color, unsafe_allow_html=True)