Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -272,7 +272,8 @@ def get_table_download_link(file_path):
|
|
272 |
|
273 |
@st.cache_resource
|
274 |
def create_zip_of_files(files):
|
275 |
-
zip_name = "all_files.zip"
|
|
|
276 |
with zipfile.ZipFile(zip_name, 'w') as zipf:
|
277 |
for file in files:
|
278 |
zipf.write(file)
|
|
|
272 |
|
273 |
@st.cache_resource
|
274 |
def create_zip_of_files(files):
|
275 |
+
#zip_name = "all_files.zip"
|
276 |
+
zip_name = "GraphicAINovels.zip"
|
277 |
with zipfile.ZipFile(zip_name, 'w') as zipf:
|
278 |
for file in files:
|
279 |
zipf.write(file)
|