wseo commited on
Commit
d7e7281
β€’
1 Parent(s): bb20658

fix: success message pdf link

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -210,7 +210,7 @@ def create_certificate(passed, certificate_type, hf_username, first_name, last_n
210
  Congratulations, you successfully completed the 2023 Hackathon πŸŽ‰!
211
  Since you contributed to models, datasets, and spaces- you get a Certificate of Excellence πŸŽ“.
212
  You can download your certificate below ⬇️
213
- https://huggingface.co/datasets/pseudolab/huggingface-krew-hackathon2023/resolve/main/pdfs/{hf_username}.pdf\n
214
  Don't hesitate to share your certificate link above on Twitter and Linkedin (you can tag me @wonhseo, @pseudolab and @huggingface) πŸ€—
215
 
216
  """
@@ -226,7 +226,7 @@ def create_certificate(passed, certificate_type, hf_username, first_name, last_n
226
  Congratulations, you successfully completed the 2023 Hackathon πŸŽ‰!
227
  Since you contributed to at least one model, dataset, or space- you get a Certificate of Completion πŸŽ“.
228
  You can download your certificate below ⬇️
229
- https://huggingface.co/datasets/pseudolab/huggingface-krew-hackathon2023/resolve/main/pdfs/{hf_username}.pdf\n
230
  Don't hesitate to share your certificate link above on Twitter and Linkedin (you can tag me @wonhseo, @pseudolab and @huggingface) πŸ€— \n
231
  You can try to get a Certificate of Excellence if you contribute to all types of repos, please don't hesitate to do so.
232
  """
 
210
  Congratulations, you successfully completed the 2023 Hackathon πŸŽ‰!
211
  Since you contributed to models, datasets, and spaces- you get a Certificate of Excellence πŸŽ“.
212
  You can download your certificate below ⬇️
213
+ https://huggingface.co/datasets/pseudolab/huggingface-krew-hackathon2023/resolve/main/certificates/{hf_username}.pdf\n
214
  Don't hesitate to share your certificate link above on Twitter and Linkedin (you can tag me @wonhseo, @pseudolab and @huggingface) πŸ€—
215
 
216
  """
 
226
  Congratulations, you successfully completed the 2023 Hackathon πŸŽ‰!
227
  Since you contributed to at least one model, dataset, or space- you get a Certificate of Completion πŸŽ“.
228
  You can download your certificate below ⬇️
229
+ https://huggingface.co/datasets/pseudolab/huggingface-krew-hackathon2023/resolve/main/certificates/{hf_username}.pdf\n
230
  Don't hesitate to share your certificate link above on Twitter and Linkedin (you can tag me @wonhseo, @pseudolab and @huggingface) πŸ€— \n
231
  You can try to get a Certificate of Excellence if you contribute to all types of repos, please don't hesitate to do so.
232
  """