burtenshaw
add filler page
55df867
raw
history blame
305 Bytes
import gradio as gr
with gr.Blocks() as demo:
text = """# 🕊️ The Aents course certification has moved!
Please visit the quiz app which will now generate certificates:
https://huggingface.co/spaces/agents-course/unit_1_quiz
"""
gr.Markdown(text)
demo.launch()