Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,7 +46,7 @@ def initialize_retriever():
|
|
| 46 |
print(f"Files in directory: {os.listdir(current_dir)}")
|
| 47 |
|
| 48 |
# Use absolute path for the PDF
|
| 49 |
-
pdf_path = os.path.join(current_dir, "
|
| 50 |
print(f"Attempting to load PDF from: {pdf_path}")
|
| 51 |
|
| 52 |
# Check if file exists
|
|
|
|
| 46 |
print(f"Files in directory: {os.listdir(current_dir)}")
|
| 47 |
|
| 48 |
# Use absolute path for the PDF
|
| 49 |
+
pdf_path = os.path.join(current_dir, "Team1.pdf")
|
| 50 |
print(f"Attempting to load PDF from: {pdf_path}")
|
| 51 |
|
| 52 |
# Check if file exists
|