LilRg commited on
Commit
f34e7a9
·
verified ·
1 Parent(s): ec1843b

Update app.py

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