carisackc commited on
Commit
3d76924
1 Parent(s): a55cd8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import spacy
8
  from spacy import displacy
9
  from spacy.lang.en import English
10
  import en_ner_bc5cdr_md
11
-
12
 
13
  from streamlit.components.v1 import html
14
 
 
8
  from spacy import displacy
9
  from spacy.lang.en import English
10
  import en_ner_bc5cdr_md
11
+ import en_core_web_sm
12
 
13
  from streamlit.components.v1 import html
14