wseo commited on
Commit
32e6fbc
1 Parent(s): 1a32eec

docs: specify likes count in fail message

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  """