Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ p {
|
|
97 |
|
98 |
with demo:
|
99 |
gr.HTML("""
|
100 |
-
<img src="https://raw.githubusercontent.com/substra/substra/main/Substra-logo-colour.svg" style="height:
|
101 |
""")
|
102 |
gr.Markdown("# Federated Learning with Substra")
|
103 |
with gr.Row():
|
|
|
97 |
|
98 |
with demo:
|
99 |
gr.HTML("""
|
100 |
+
<img src="https://raw.githubusercontent.com/substra/substra/main/Substra-logo-colour.svg" style="height: 2em;" />
|
101 |
""")
|
102 |
gr.Markdown("# Federated Learning with Substra")
|
103 |
with gr.Row():
|