Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,8 @@ def handle_certificate(name, profile: gr.OAuthProfile):
|
|
92 |
with gr.Blocks() as demo:
|
93 |
gr.Markdown("# π Agents Course - Get Your Final Certificate")
|
94 |
gr.Markdown("Welcome! Follow the steps below to receive your official certificate:")
|
95 |
-
|
|
|
96 |
with gr.Group():
|
97 |
gr.Markdown("## β
How it works")
|
98 |
gr.Markdown("""
|
|
|
92 |
with gr.Blocks() as demo:
|
93 |
gr.Markdown("# π Agents Course - Get Your Final Certificate")
|
94 |
gr.Markdown("Welcome! Follow the steps below to receive your official certificate:")
|
95 |
+
gr.Markdown("β οΈ **Note**: Due to high demand, you might experience occasional bugs. If something doesn't work, please try again after a moment!")
|
96 |
+
|
97 |
with gr.Group():
|
98 |
gr.Markdown("## β
How it works")
|
99 |
gr.Markdown("""
|