import streamlit as st def load_css(): """Load custom CSS for the application""" st.markdown(""" """, unsafe_allow_html=True)