FFGEN-Demo / utils.py
Matis Codjia
Feat:Sources files
27bbd47
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)