Spaces:
Runtime error
Runtime error
Commit
·
a004fb9
1
Parent(s):
66b29a2
Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ with demo:
|
|
103 |
with gr.Row():
|
104 |
with gr.Column(scale=1, elem_classes=["blue", "column"]):
|
105 |
gr.Markdown("Here you can run a **quick simulation of Federated Learning**.")
|
106 |
-
gr.Markdown("Check out the accompanying blog post to learn more.")
|
107 |
with gr.Box(elem_classes=["info-box"]):
|
108 |
gr.Markdown("""\
|
109 |
This space is an introduction to federated learning. \
|
|
|
103 |
with gr.Row():
|
104 |
with gr.Column(scale=1, elem_classes=["blue", "column"]):
|
105 |
gr.Markdown("Here you can run a **quick simulation of Federated Learning**.")
|
106 |
+
gr.Markdown("Check out the accompanying [blog post](https://huggingface.co/blog/owkin-substra/) to learn more.")
|
107 |
with gr.Box(elem_classes=["info-box"]):
|
108 |
gr.Markdown("""\
|
109 |
This space is an introduction to federated learning. \
|