bupa1018 commited on
Commit
328d341
·
1 Parent(s): cdba93c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -234,7 +234,7 @@ def process_directory5(directory, partial_paths=None, file_paths=None):
234
  text = f"SVG file content from {file_path}"
235
  elif file_ext in ['.png', '.ico']:
236
  text = f"Image metadata from {file_path}"
237
- else
238
  continue
239
 
240
  all_texts.append(text)
 
234
  text = f"SVG file content from {file_path}"
235
  elif file_ext in ['.png', '.ico']:
236
  text = f"Image metadata from {file_path}"
237
+ else:
238
  continue
239
 
240
  all_texts.append(text)