fix: success message pdf link
Browse files
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/
|
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/
|
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 |
"""
|