carisackc commited on
Commit
f3349e4
·
1 Parent(s): a6cd4f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ runtext =st.text_area(inputNote, str(original_text2), height=300)
127
 
128
  def visualize (run_text,output):
129
  text =''
130
- import spacy
131
  from spacy.lang.en import English # updated
132
  nlp=spacy.load('en_core_web_sm')
133
  sentences=run_text.split('.')
 
127
 
128
  def visualize (run_text,output):
129
  text =''
130
+ import en_core_web_sm
131
  from spacy.lang.en import English # updated
132
  nlp=spacy.load('en_core_web_sm')
133
  sentences=run_text.split('.')