Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ repo.git_pull() # Pull the latest changes (if any)
|
|
54 |
|
55 |
|
56 |
# Step 2: Load the PDF File
|
57 |
-
pdf_path2 = "Deutsche_Kodierrichtlinien_23.pdf" # Replace with your PDF file path
|
58 |
|
59 |
|
60 |
api_key = os.getenv("OPENAI_API_KEY")
|
|
|
54 |
|
55 |
|
56 |
# Step 2: Load the PDF File
|
57 |
+
pdf_path2 = "Private_Book/Deutsche_Kodierrichtlinien_23.pdf" # Replace with your PDF file path
|
58 |
|
59 |
|
60 |
api_key = os.getenv("OPENAI_API_KEY")
|