docs: specify likes count in fail message
Browse files
app.py
CHANGED
@@ -244,7 +244,7 @@ def create_certificate(passed, certificate_type, hf_username, first_name, last_n
|
|
244 |
pdf = "./fail.pdf"
|
245 |
# Add a message
|
246 |
message = """
|
247 |
-
You didn't pass the minimum of one contribution to get a certificate of completion.
|
248 |
For more information about the certification process, refer to the hackathon page.
|
249 |
If the results here differ from your contributions, make sure you moved your space to the pseudolab organization.
|
250 |
"""
|
|
|
244 |
pdf = "./fail.pdf"
|
245 |
# Add a message
|
246 |
message = """
|
247 |
+
You didn't pass the minimum of one contribution to a repo *with 5 or more likes* to get a certificate of completion.
|
248 |
For more information about the certification process, refer to the hackathon page.
|
249 |
If the results here differ from your contributions, make sure you moved your space to the pseudolab organization.
|
250 |
"""
|