Koshti10 commited on
Commit
2f4cba2
·
verified ·
1 Parent(s): b775716

minor change

Browse files
Files changed (1) hide show
  1. app_drive.py +1 -1
app_drive.py CHANGED
@@ -44,7 +44,7 @@ def check_pdfs(pdf_files):
44
  global db
45
  db = create_dnd_database(pdf_files)
46
  if not db:
47
- return "Please upload a PDF file again or submit a drive link containing only PDFs."
48
  else:
49
  return "Processing Completed - You can start the chat now!"
50
 
 
44
  global db
45
  db = create_dnd_database(pdf_files)
46
  if not db:
47
+ return "Please upload PDF files again or submit a drive link containing only PDFs."
48
  else:
49
  return "Processing Completed - You can start the chat now!"
50