Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -253,7 +253,8 @@ def update_compatibility_table(student_id, skill_assessment, enterprise_skills,
|
|
| 253 |
"Nom": student_name,
|
| 254 |
"EmailEtudiant": student_mail,
|
| 255 |
"EmailEntreprise": emailEntreprise,
|
| 256 |
-
"Nom_Recruteur_Entreprise": enterprise_name
|
|
|
|
| 257 |
}
|
| 258 |
}
|
| 259 |
|
|
|
|
| 253 |
"Nom": student_name,
|
| 254 |
"EmailEtudiant": student_mail,
|
| 255 |
"EmailEntreprise": emailEntreprise,
|
| 256 |
+
"Nom_Recruteur_Entreprise": enterprise_name,
|
| 257 |
+
"Postuler": "Non"
|
| 258 |
}
|
| 259 |
}
|
| 260 |
|