Spaces:
Sleeping
Sleeping
wzkariampuzha
commited on
Commit
•
52757ad
1
Parent(s):
2fe3941
Update classify_abs.py
Browse files- classify_abs.py +1 -1
classify_abs.py
CHANGED
@@ -325,7 +325,7 @@ def streamlit_getAbs(searchterm_list:Union[List[str],List[int],str], maxResults:
|
|
325 |
PMIDs_bar.empty()
|
326 |
|
327 |
with st.success('Found',len(pmids),'PMIDs. Gathering Abstracts and Filtering...'):
|
328 |
-
abstracts_bar = st.progress(0)
|
329 |
percent_by_step = 1/(maxResults)
|
330 |
if filtering !='none' or filtering !='strict':
|
331 |
filter_terms = set(searchterm_list).union(set(str(re.sub(',','',' '.join(searchterm_list))).split()).difference(STOPWORDS))
|
|
|
325 |
PMIDs_bar.empty()
|
326 |
|
327 |
with st.success('Found',len(pmids),'PMIDs. Gathering Abstracts and Filtering...'):
|
328 |
+
abstracts_bar = st.progress(0)
|
329 |
percent_by_step = 1/(maxResults)
|
330 |
if filtering !='none' or filtering !='strict':
|
331 |
filter_terms = set(searchterm_list).union(set(str(re.sub(',','',' '.join(searchterm_list))).split()).difference(STOPWORDS))
|