Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import zipfile
|
|
2 |
import os
|
3 |
|
4 |
# Path to the zip file
|
5 |
-
zip_file = '
|
6 |
|
7 |
# Directory to extract to (current directory in this case)
|
8 |
extract_dir = './'
|
|
|
2 |
import os
|
3 |
|
4 |
# Path to the zip file
|
5 |
+
zip_file = 'SRUNU.zip'
|
6 |
|
7 |
# Directory to extract to (current directory in this case)
|
8 |
extract_dir = './'
|