bupa1018 commited on
Commit
e3b2f2f
·
1 Parent(s): c247aaa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -100,10 +100,6 @@ def process_directory(directory):
100
  all_texts = []
101
  file_references = []
102
 
103
- # if not os.path.exists(directory):
104
- # raise ValueError(f"Directory {directory} does not exist.")
105
-
106
- # Find all zip files in the directory
107
  zip_files = [file for file in os.listdir(directory) if file.endswith('.zip')]
108
 
109
  if not zip_files:
 
100
  all_texts = []
101
  file_references = []
102
 
 
 
 
 
103
  zip_files = [file for file in os.listdir(directory) if file.endswith('.zip')]
104
 
105
  if not zip_files: