File size: 152 Bytes
27bbd47
 
 
 
1
2
3
4
import streamlit as st
def load_css(file_name):
    with open(file_name) as f:
        st.markdown(f'<style>{f.read()}</style>', unsafe_allow_html=True)