Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ repo = Repository(
|
|
31 |
repo.git_pull() # Pull the latest changes (if any)
|
32 |
|
33 |
# Step 2: Load the PDF File
|
34 |
-
pdf_file_path = "Private_Book/
|
35 |
|
36 |
|
37 |
# Sidebar contents
|
|
|
31 |
repo.git_pull() # Pull the latest changes (if any)
|
32 |
|
33 |
# Step 2: Load the PDF File
|
34 |
+
pdf_file_path = "Private_Book/ops2023syst_referenz_20221021.pdf" # Replace with your PDF file path
|
35 |
|
36 |
|
37 |
# Sidebar contents
|