# src/css.py import streamlit as st def load_css(): css = """ """ st.markdown(css, unsafe_allow_html=True)