Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -153,7 +153,7 @@ elif menu == "3️⃣ ATS Match Score":
|
|
| 153 |
)
|
| 154 |
|
| 155 |
result = crew.kickoff(inputs={"resume_text": resume_text, "job_description": job_description})
|
| 156 |
-
extracted_keywords =
|
| 157 |
|
| 158 |
# Then parse extracted_keywords
|
| 159 |
match_score_line = next((line for line in extracted_keywords.split('\n') if "Match Score" in line), None)
|
|
|
|
| 153 |
)
|
| 154 |
|
| 155 |
result = crew.kickoff(inputs={"resume_text": resume_text, "job_description": job_description})
|
| 156 |
+
extracted_keywords = result.tasks_output[0].raw
|
| 157 |
|
| 158 |
# Then parse extracted_keywords
|
| 159 |
match_score_line = next((line for line in extracted_keywords.split('\n') if "Match Score" in line), None)
|