awacke1 commited on
Commit
d9d3b5b
·
verified ·
1 Parent(s): c94d18a

Update app.py

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