awacke1 commited on
Commit
d862791
1 Parent(s): 08208c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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)