""" This module contains the CSS styles for the Streamlit UI. """ import streamlit as st def load_css(): """ Load the custom CSS styles for the Archon UI. """ st.markdown(""" """, unsafe_allow_html=True)