KashyapiNagaHarshitha commited on
Commit
cabe665
·
verified ·
1 Parent(s): 9ecf8fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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()