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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -564,7 +564,7 @@ if st.session_state.analyzeAllToggle == True:
564
  for i, fname in enumerate(file_names):
565
  printV(f'On {i} : {fname}',4)
566
  fpath = file_paths_dict.get(fname, "")
567
- printV(f'Path : {fpath}')
568
  if st.session_state.results.get(fname):
569
  continue
570
  if fpath.lower().endswith('.txt'):
 
564
  for i, fname in enumerate(file_names):
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'):