Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ with gr.Blocks() as demo:
|
|
102 |
3. Click **'Get My Certificate'** to check your score and download your certificate.
|
103 |
""")
|
104 |
gr.Markdown("---")
|
105 |
-
gr.Markdown("π **Note**: You must have completed [Unit 4](https://huggingface.co/learn/agents-course/unit4/introduction) and your Agent must have scored **above
|
106 |
|
107 |
gr.LoginButton()
|
108 |
with gr.Row():
|
|
|
102 |
3. Click **'Get My Certificate'** to check your score and download your certificate.
|
103 |
""")
|
104 |
gr.Markdown("---")
|
105 |
+
gr.Markdown("π **Note**: You must have completed [Unit 4](https://huggingface.co/learn/agents-course/unit4/introduction) and your Agent must have scored **above 30** to get your certificate.")
|
106 |
|
107 |
gr.LoginButton()
|
108 |
with gr.Row():
|