Spaces:
Build error
Build error
Update app.py
Browse files
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):
|