File size: 297 Bytes
75075b9
 
165c76d
a9931c3
55df867
 
 
 
c6b4c88
55df867
a9931c3
55df867
1
2
3
4
5
6
7
8
9
10
11
12
13
import gradio as gr

with gr.Blocks() as demo:
    text = """# 🕊️ The Agents 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()