Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -252,7 +252,7 @@ def get_table_download_link(file_path):
|
|
| 252 |
|
| 253 |
@st.cache_resource
|
| 254 |
def create_zip_of_files(files): # ----------------------------------
|
| 255 |
-
zip_name = "
|
| 256 |
with zipfile.ZipFile(zip_name, 'w') as zipf:
|
| 257 |
for file in files:
|
| 258 |
zipf.write(file)
|
|
|
|
| 252 |
|
| 253 |
@st.cache_resource
|
| 254 |
def create_zip_of_files(files): # ----------------------------------
|
| 255 |
+
zip_name = "WordGameAI.zip"
|
| 256 |
with zipfile.ZipFile(zip_name, 'w') as zipf:
|
| 257 |
for file in files:
|
| 258 |
zipf.write(file)
|