MeetJivani commited on
Commit
18f4b70
1 Parent(s): a5ee254

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -391,7 +391,7 @@ def load_single_example_text(
391
  # return f"Error: Could not read file {file_path.name}. Make sure it is a PDF, TXT, or MD file."
392
 
393
 
394
- def load_uploaded_files(file_objs, max_pages: int = 20, lower: bool = False) -> str:
395
  """
396
  load_uploaded_files - loads multiple files uploaded by the user and concatenates their contents
397
 
 
391
  # return f"Error: Could not read file {file_path.name}. Make sure it is a PDF, TXT, or MD file."
392
 
393
 
394
+ def load_uploaded_file(file_objs, max_pages: int = 20, lower: bool = False) -> str:
395
  """
396
  load_uploaded_files - loads multiple files uploaded by the user and concatenates their contents
397