Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -244,7 +244,7 @@ def evaluate_job_fit(resume_summary, job_requirements, models):
|
|
244 |
elif fit_score == 1:
|
245 |
fit_assessment = f"{fit_score}: POTENTIAL FIT - {name} shows potential for the {job_title} role with some relevant experience, though there are gaps in certain technical areas. Their {industry} background provides partial alignment with the position requirements. Additional training might be needed in {', '.join(missing_skills[:2])} if pursuing this opportunity."
|
246 |
else:
|
247 |
-
fit_assessment = f"{fit_score}:
|
248 |
|
249 |
execution_time = time.time() - start_time
|
250 |
|
|
|
244 |
elif fit_score == 1:
|
245 |
fit_assessment = f"{fit_score}: POTENTIAL FIT - {name} shows potential for the {job_title} role with some relevant experience, though there are gaps in certain technical areas. Their {industry} background provides partial alignment with the position requirements. Additional training might be needed in {', '.join(missing_skills[:2])} if pursuing this opportunity."
|
246 |
else:
|
247 |
+
fit_assessment = f"{fit_score}: NO FIT - {name}'s current background shows limited alignment with this {job_title} position. Their experience level and technical background differ significantly from the role requirements. A position better matching their {industry} expertise might be more suitable."
|
248 |
|
249 |
execution_time = time.time() - start_time
|
250 |
|