burtenshaw commited on
Commit
a9931c3
·
1 Parent(s): 55df867
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -1,13 +1,12 @@
1
  import gradio as gr
2
 
3
  with gr.Blocks() as demo:
4
-
5
- text = """# 🕊️ The Aents course certification has moved!
6
 
7
  Please visit the quiz app which will now generate certificates:
8
  https://huggingface.co/spaces/agents-course/unit_1_quiz
9
 
10
  """
11
  gr.Markdown(text)
12
-
13
  demo.launch()
 
1
  import gradio as gr
2
 
3
  with gr.Blocks() as demo:
4
+ text = """# 🕊️ The Agents course certification has moved!
 
5
 
6
  Please visit the quiz app which will now generate certificates:
7
  https://huggingface.co/spaces/agents-course/unit_1_quiz
8
 
9
  """
10
  gr.Markdown(text)
11
+
12
  demo.launch()