File size: 305 Bytes
75075b9
 
165c76d
 
55df867
 
 
 
 
c6b4c88
55df867
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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()