carisackc commited on
Commit
a6cd4f9
1 Parent(s): e07fdc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -6,8 +6,10 @@ from collections import Counter
6
  from string import punctuation
7
  import spacy
8
  from spacy import displacy
 
9
  import en_ner_bc5cdr_md
10
 
 
11
  from streamlit.components.v1 import html
12
 
13
  def nav_page(page_name, timeout_secs=8):
 
6
  from string import punctuation
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
 
15
  def nav_page(page_name, timeout_secs=8):