pratikshahp commited on
Commit
bde4f3f
·
verified ·
1 Parent(s): f5b9ca8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ api_key = os.getenv("OPENAI_API_KEY")
15
  client = OpenAI(api_key=api_key)
16
 
17
  # File Path (replace "sample.pdf" with the name of your PDF file)
18
- PDF_FILE = "Company_HR_Policy.pdf" # Ensure this file is in the same directory as app.py
19
 
20
  # Utility Functions
21
  def load_pdf(file_path):
 
15
  client = OpenAI(api_key=api_key)
16
 
17
  # File Path (replace "sample.pdf" with the name of your PDF file)
18
+ PDF_FILE = "Resume_Pratiksha.pdf" #"Company_HR_Policy.pdf" # Ensure this file is in the same directory as app.py
19
 
20
  # Utility Functions
21
  def load_pdf(file_path):