Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -428,7 +428,7 @@ def get_pdf_list():
|
|
| 428 |
links.append(f"β’ [π {os.path.basename(pdf)}]({url})")
|
| 429 |
|
| 430 |
return f"**π Uploaded PDFs ({len(pdf_files)}):**\n" + "\n".join(links)
|
| 431 |
-
except Exception ee:
|
| 432 |
print (ee)
|
| 433 |
return f"**β Cannot load PDF list**error: {ee}"
|
| 434 |
|
|
|
|
| 428 |
links.append(f"β’ [π {os.path.basename(pdf)}]({url})")
|
| 429 |
|
| 430 |
return f"**π Uploaded PDFs ({len(pdf_files)}):**\n" + "\n".join(links)
|
| 431 |
+
except Exception as ee:
|
| 432 |
print (ee)
|
| 433 |
return f"**β Cannot load PDF list**error: {ee}"
|
| 434 |
|