# https://discuss.streamlit.io/t/colored-boxes-around-sections-of-a-sentence/3201/2 import streamlit as st def local_css(file_name): with open(file_name) as f: st.markdown(''.format(f.read()), unsafe_allow_html=True)