Commit
β’
22d8e29
1
Parent(s):
0e270cd
Update app.py
Browse files
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 |
|