Spaces:
Sleeping
Sleeping
google-labs-jules[bot] ranilmukesh commited on
Commit ·
384e23d
1
Parent(s): a43ebba
feat: update what-if message for career path suggestion
Browse files- Update description and title to be more explicit about skills not impacting the academic placement probability directly.
Co-authored-by: ranilmukesh <125886179+ranilmukesh@users.noreply.github.com>
main.py
CHANGED
|
@@ -354,7 +354,7 @@ async def whatif_analysis(data: StudentData):
|
|
| 354 |
if transition and transition.get("skills_to_learn"):
|
| 355 |
skills_list = ", ".join(transition["skills_to_learn"][:3])
|
| 356 |
scenarios.append({
|
| 357 |
-
"scenario_id": sid, "title": "
|
| 358 |
"change_summary": f"Learn: {skills_list}",
|
| 359 |
"original_risk": orig_risk, "modified_risk": orig_risk,
|
| 360 |
"risk_delta": 0,
|
|
|
|
| 354 |
if transition and transition.get("skills_to_learn"):
|
| 355 |
skills_list = ", ".join(transition["skills_to_learn"][:3])
|
| 356 |
scenarios.append({
|
| 357 |
+
"scenario_id": sid, "title": "Career Path Suggestion", "description": "Learning these skills can help you transition towards your desired role. This suggestion does not directly impact your placement probability, which is based on academic factors.",
|
| 358 |
"change_summary": f"Learn: {skills_list}",
|
| 359 |
"original_risk": orig_risk, "modified_risk": orig_risk,
|
| 360 |
"risk_delta": 0,
|