drewThomasson commited on
Commit
d39053e
1 Parent(s): 148cf98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def process_ebook(ebook_file):
19
  input_files_str = "\n".join(input_files_list)
20
 
21
  # Print the list of input files in the terminal
22
- print("Files in input_files folder:[", input_files_str "]")
23
 
24
  if not os.listdir("input_files"):
25
  raise FileNotFoundError("The folder 'input_files' is empty.")
 
19
  input_files_str = "\n".join(input_files_list)
20
 
21
  # Print the list of input files in the terminal
22
+ print(f"Files in input_files folder:[, {input_files_str} ")
23
 
24
  if not os.listdir("input_files"):
25
  raise FileNotFoundError("The folder 'input_files' is empty.")