import streamlit as st def load_css(file_name): with open(file_name) as f: st.markdown(f'', unsafe_allow_html=True)