Spaces:
Sleeping
Sleeping
minor change
Browse files- 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
|
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 |
|