Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ import zipfile
|
|
16 |
import os
|
17 |
|
18 |
# Define your zip file path and destination folder
|
19 |
-
zip_file = "
|
20 |
destination_folder = "properties_vectors"
|
21 |
|
22 |
# Create the destination folder if it doesn't exist
|
|
|
16 |
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
|