Anne31415 commited on
Commit
e5e70d9
·
1 Parent(s): bf3e34d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/141123_Kombi_compressed.pdf" # Replace with your PDF file path
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")