Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -30,4 +30,6 @@ app = pn.template.MaterialTemplate(
|
|
30 |
pn.pane.Markdown("This space provides an overview of the platform's usage, highlights its features, and includes a navigation guide."),
|
31 |
],
|
32 |
main=pn.Row(*columns),
|
33 |
-
)
|
|
|
|
|
|
30 |
pn.pane.Markdown("This space provides an overview of the platform's usage, highlights its features, and includes a navigation guide."),
|
31 |
],
|
32 |
main=pn.Row(*columns),
|
33 |
+
)
|
34 |
+
|
35 |
+
app.servable()
|