czyoung commited on
Commit
8f405f4
·
verified ·
1 Parent(s): 36a769a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.get(fname):
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}'):