Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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'):
|