ThomasSimonini HF staff commited on
Commit
22d8e29
β€’
1 Parent(s): 0e270cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -314,7 +314,7 @@ def verify_certification(df, hf_username, first_name, last_name):
314
  You didn't pass the minimum of 80% of the hands-on to get a certificate of completion. But don't be discouraged.
315
  Check below which units you need to do again to get your certificate πŸ’ͺ
316
  """
317
-
318
  return certificate, message
319
 
320
 
 
314
  You didn't pass the minimum of 80% of the hands-on to get a certificate of completion. But don't be discouraged.
315
  Check below which units you need to do again to get your certificate πŸ’ͺ
316
  """
317
+ print("return certificate")
318
  return certificate, message
319
 
320