Spaces:
Build error
Build error
Update app.py
Browse files
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):
|