Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ repo = Repository(
|
|
35 |
repo.git_pull() # Pull the latest changes (if any)
|
36 |
|
37 |
# Step 2: Load the PDF File
|
38 |
-
pdf_path = "Private_Book/
|
39 |
|
40 |
|
41 |
api_key = os.getenv("OPENAI_API_KEY")
|
|
|
35 |
repo.git_pull() # Pull the latest changes (if any)
|
36 |
|
37 |
# Step 2: Load the PDF File
|
38 |
+
pdf_path = "Private_Book/grunddaten-krankenhaeuser-2016.pdf" # Replace with your PDF file path
|
39 |
|
40 |
|
41 |
api_key = os.getenv("OPENAI_API_KEY")
|