b35a93b 7770418 b35a93b 7770418
1
2
3
4
5
6
7
8
9
10
import streamlit as st import spacy import spacy_streamlit #nlp = spacy.load('la_core_web_lg') txt = st.text_area('Enter text: ') st.write('The entered text is:',txt)