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