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