import streamlit as st def load_css(): with open("sorbobotapp/static/styles.css", "r") as f: css = f"" st.markdown(css, unsafe_allow_html=True)