Spaces:
Sleeping
Sleeping
File size: 162 Bytes
9833a80 |
1 2 3 4 5 |
import streamlit as st
def local_css(file_name):
with open(file_name) as f:
st.markdown('<style>{}</style>'.format(f.read()), unsafe_allow_html=True) |