Anne31415 commited on
Commit
3591534
1 Parent(s): 5ea80a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -37,6 +37,10 @@ repo.git_pull() # Pull the latest changes (if any)
37
  # Step 2: Load the PDF File
38
  pdf_path = "Private_Book/KOMBI_all2.pdf" # Replace with your PDF file path
39
 
 
 
 
 
40
  api_key = os.getenv("OPENAI_API_KEY")
41
  # Retrieve the API key from st.secrets
42
 
 
37
  # Step 2: Load the PDF File
38
  pdf_path = "Private_Book/KOMBI_all2.pdf" # Replace with your PDF file path
39
 
40
+ # Step 2: Load the PDF File
41
+ pdf_path2 = "Deutsche_Kodierrichtlinien_Version_2023_Endversion_im_PDF-Format_221013.pdf" # Replace with your PDF file path
42
+
43
+
44
  api_key = os.getenv("OPENAI_API_KEY")
45
  # Retrieve the API key from st.secrets
46