Update app.py
Browse files
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:[
|
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.")
|