SanjeevB1 commited on
Commit
0c505e1
·
verified ·
1 Parent(s): cc3fda7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ import os
17
 
18
  # Define your zip file path and destination folder
19
  zip_file = "combined_folders.zip"
20
- destination_folder = "properties_vectors"
21
 
22
  # Create the destination folder if it doesn't exist
23
  os.makedirs(destination_folder, exist_ok=True)
 
17
 
18
  # Define your zip file path and destination folder
19
  zip_file = "combined_folders.zip"
20
+ destination_folder = "properties_vectors/Loan_docs"
21
 
22
  # Create the destination folder if it doesn't exist
23
  os.makedirs(destination_folder, exist_ok=True)