Alexvatti commited on
Commit
dcab2e5
·
verified ·
1 Parent(s): 973be08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = outputs.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)
 
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)