Spaces:
Sleeping
Sleeping
wzkariampuzha
commited on
Commit
•
2fe3941
1
Parent(s):
ff3ac92
Update extract_abs.py
Browse files- extract_abs.py +1 -1
extract_abs.py
CHANGED
@@ -301,7 +301,7 @@ def streamlit_extraction(search_term:Union[int,str], maxResults:int, filtering:s
|
|
301 |
st.write("SEARCHING FOR: "+ str(search_term_list))
|
302 |
|
303 |
#Gather title+abstracts into a dictionary {pmid:abstract}
|
304 |
-
pmid_abs = classify_abs.
|
305 |
if len(pmid_abs)==0:
|
306 |
st.error('No results were gathered. Enter a new search term.')
|
307 |
else:
|
|
|
301 |
st.write("SEARCHING FOR: "+ str(search_term_list))
|
302 |
|
303 |
#Gather title+abstracts into a dictionary {pmid:abstract}
|
304 |
+
pmid_abs = classify_abs.streamlit_getAbs(search_term_list, maxResults, filtering)
|
305 |
if len(pmid_abs)==0:
|
306 |
st.error('No results were gathered. Enter a new search term.')
|
307 |
else:
|