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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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": "Non"
258
  }
259
  }
260
 
 
254
  "EmailEtudiant": student_mail,
255
  "EmailEntreprise": emailEntreprise,
256
  "Nom_Recruteur_Entreprise": enterprise_name,
257
+ "Postuler": enterprise_name
258
  }
259
  }
260