Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
burtenshaw
commited on
Commit
·
a9931c3
1
Parent(s):
55df867
fix typo
Browse files
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()
|