awacke1 commited on
Commit
1938d64
·
verified ·
1 Parent(s): 5c46c71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -472,7 +472,7 @@ def create_zip_of_files_mp3(mp3_files, wav_files, input_question):
472
  z.write(f)
473
  return short_zip_name
474
 
475
- def create_zip_of_files_md(md_files input_question):
476
  """
477
  Zip up all relevant files, limiting the final zip name to ~20 chars
478
  to avoid overly long base64 strings.
 
472
  z.write(f)
473
  return short_zip_name
474
 
475
+ def create_zip_of_files_md(md_files, input_question):
476
  """
477
  Zip up all relevant files, limiting the final zip name to ~20 chars
478
  to avoid overly long base64 strings.