Update app.py
Browse files
app.py
CHANGED
@@ -148,8 +148,9 @@ def create_certificate(passed, certificate_type, hf_username, first_name, last_n
|
|
148 |
# Add a message
|
149 |
message = """
|
150 |
You didn't pass the minimum of 3 out of 4 of the hands-on to get a certificate of completion.
|
151 |
-
For more information about the certification process
|
152 |
-
Use the
|
|
|
153 |
"""
|
154 |
return certificate, message, pdf
|
155 |
|
@@ -172,6 +173,7 @@ with gr.Blocks() as demo:
|
|
172 |
The certification process is completely free:
|
173 |
- To get a *certificate of completion*: you need to **pass 3 out of 4 hands-on assignments**.
|
174 |
- To get a *certificate of excellence*: you need to **pass 4 out of 4 hands-on assignments**.
|
|
|
175 |
For more information about the certification process [check the course page on certification](https://huggingface.co/learn/audio-course/chapter8/certification).
|
176 |
Don't hesitate to share your certificate on Twitter (tag me @mariakhalusova and @huggingface) and on LinkedIn.
|
177 |
""")
|
|
|
148 |
# Add a message
|
149 |
message = """
|
150 |
You didn't pass the minimum of 3 out of 4 of the hands-on to get a certificate of completion.
|
151 |
+
For more information about the certification process <a href="https://huggingface.co/learn/audio-course/chapter8/certification">check the course page on certification</a>.
|
152 |
+
Use the <a href="https://huggingface.co/spaces/MariaK/Check-my-progress-Audio-Course">self-evaluation space</a> to see which assignments have not been completed.
|
153 |
+
If the results here differ from your results in the self-evaluation space, make sure that your model's metrics automatically uploaded by Trainer have not been manually altered.
|
154 |
"""
|
155 |
return certificate, message, pdf
|
156 |
|
|
|
173 |
The certification process is completely free:
|
174 |
- To get a *certificate of completion*: you need to **pass 3 out of 4 hands-on assignments**.
|
175 |
- To get a *certificate of excellence*: you need to **pass 4 out of 4 hands-on assignments**.
|
176 |
+
|
177 |
For more information about the certification process [check the course page on certification](https://huggingface.co/learn/audio-course/chapter8/certification).
|
178 |
Don't hesitate to share your certificate on Twitter (tag me @mariakhalusova and @huggingface) and on LinkedIn.
|
179 |
""")
|