Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -565,7 +565,7 @@ if st.session_state.analyzeAllToggle == True:
|
|
| 565 |
printV(f'On {i} : {fname}',4)
|
| 566 |
fpath = file_paths_dict.get(fname, "")
|
| 567 |
printV(f'Path : {fpath}',4)
|
| 568 |
-
if st.session_state.results.
|
| 569 |
continue
|
| 570 |
if fpath.lower().endswith('.txt'):
|
| 571 |
with st.spinner(text=f'Loading Demo File {i+1} of {totalFiles}'):
|
|
|
|
| 565 |
printV(f'On {i} : {fname}',4)
|
| 566 |
fpath = file_paths_dict.get(fname, "")
|
| 567 |
printV(f'Path : {fpath}',4)
|
| 568 |
+
if fname in st.session_state.results and fname in st.session_state.summaries and len(st.session_state.results[fname]) > 0:
|
| 569 |
continue
|
| 570 |
if fpath.lower().endswith('.txt'):
|
| 571 |
with st.spinner(text=f'Loading Demo File {i+1} of {totalFiles}'):
|