Spaces:
Sleeping
Sleeping
wzkariampuzha
commited on
Commit
•
7d5da4a
1
Parent(s):
33894f1
Update epi_pipeline.py
Browse files- epi_pipeline.py +1 -1
epi_pipeline.py
CHANGED
@@ -861,7 +861,7 @@ def streamlit_extraction(search_term:Union[int,str], maxResults:int, filtering:s
|
|
861 |
extraction = epi_ner(abstract)
|
862 |
|
863 |
if extraction:
|
864 |
-
extraction.update({'PMID':pmid, 'ABSTRACT':abstract, '
|
865 |
#Slow dataframe update
|
866 |
results = results.append(extraction, ignore_index=True)
|
867 |
epidemiologic+=1
|
|
|
861 |
extraction = epi_ner(abstract)
|
862 |
|
863 |
if extraction:
|
864 |
+
extraction.update({'PMID':pmid, 'ABSTRACT':abstract, 'PROB_OF_EPI':epi_prob, 'IsEpi':isEpi})
|
865 |
#Slow dataframe update
|
866 |
results = results.append(extraction, ignore_index=True)
|
867 |
epidemiologic+=1
|