Spaces:
Sleeping
Sleeping
wzkariampuzha
commited on
Commit
•
ddfc64d
1
Parent(s):
66fdf90
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.progress(round(len(pmids)*percent_by_step,1))
|
326 |
PMIDs_bar.empty()
|
327 |
|
328 |
-
with st.success('Found'
|
329 |
abstracts_bar = st.progress(0)
|
330 |
percent_by_step = 1/(maxResults)
|
331 |
if filtering !='none' or filtering !='strict':
|
|
|
325 |
PMIDs_bar.progress(round(len(pmids)*percent_by_step,1))
|
326 |
PMIDs_bar.empty()
|
327 |
|
328 |
+
with st.success('Found '+str(len(pmids))+' PMIDs. Gathering Abstracts and Filtering...'):
|
329 |
abstracts_bar = st.progress(0)
|
330 |
percent_by_step = 1/(maxResults)
|
331 |
if filtering !='none' or filtering !='strict':
|