ThomasSimonini HF staff commited on
Commit
c44e865
1 Parent(s): e68a829

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ def check_if_passed(model):
103
  :param model: user model
104
  """
105
  if model["best_result"] >= model["min_result"]:
106
- model["passed"] = True
107
 
108
  def certification(hf_username):
109
  results_certification = [
 
103
  :param model: user model
104
  """
105
  if model["best_result"] >= model["min_result"]:
106
+ model["passed_"] = True
107
 
108
  def certification(hf_username):
109
  results_certification = [