import streamlit as st def apply_custom_styles(): """Apply custom CSS styles to the application""" st.markdown(""" """, unsafe_allow_html=True)