Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ repo = Repository(
|
|
| 39 |
repo.git_pull() # Pull the latest changes (if any)
|
| 40 |
|
| 41 |
# Step 2: Load the PDF File
|
| 42 |
-
pdf_path = "Private_Book/
|
| 43 |
|
| 44 |
# Step 2: Load the PDF File
|
| 45 |
pdf_path2 = "Private_Book/Deutsche_Kodierrichtlinien_23.pdf" # Replace with your PDF file path
|
|
|
|
| 39 |
repo.git_pull() # Pull the latest changes (if any)
|
| 40 |
|
| 41 |
# Step 2: Load the PDF File
|
| 42 |
+
pdf_path = "Private_Book/18122023_KOMBI.pdf" # Replace with your PDF file path
|
| 43 |
|
| 44 |
# Step 2: Load the PDF File
|
| 45 |
pdf_path2 = "Private_Book/Deutsche_Kodierrichtlinien_23.pdf" # Replace with your PDF file path
|