import streamlit as st import spacy from spacy import displacy import en_core_web_sm st.title('Entity Extraction') def local_css(file_name): with open(file_name) as f: st.markdown(''., unsafe_allow_html=True)