bupa1018 commited on
Commit
08b9e0a
·
1 Parent(s): 10167b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ def process_directory(directory):
121
 
122
  for root, _, files in os.walk(directory_path):
123
  for file in files:
124
- print(f"Any files??: {file}")
125
  file_path = os.path.join(root, file)
126
  file_ext = os.path.splitext(file_path)[1]
127
 
 
121
 
122
  for root, _, files in os.walk(directory_path):
123
  for file in files:
124
+ print(f"Any files??: {file}")
125
  file_path = os.path.join(root, file)
126
  file_ext = os.path.splitext(file_path)[1]
127