Anne31415 commited on
Commit
7b261e5
·
1 Parent(s): 24d38bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")