Spaces:
Runtime error
Runtime error
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) |