import streamlit as st def load_css(): """Load custom CSS for the application - inspired by mistral-ocr implementations""" st.markdown(""" """, unsafe_allow_html=True)