frequency / app.py
katharinaost's picture
Update app.py
7770418
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)