Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -470,16 +470,15 @@ class SADCP_Viewer(param.Parameterized):
|
|
| 470 |
|
| 471 |
|
| 472 |
# Instantiate the SADCP_Viewer class and create a template
|
| 473 |
-
explorer = SADCP_Viewer()
|
| 474 |
-
tabs = pn.Tabs(
|
| 475 |
-
|
| 476 |
-
|
| 477 |
-
|
| 478 |
-
|
| 479 |
-
|
| 480 |
-
|
| 481 |
-
|
| 482 |
-
)
|
| 483 |
|
| 484 |
sidebar = [
|
| 485 |
"""This application, developed in the frame of Euro Go Shop, helps to interactively visualise and download ship ADCP data.""",
|
|
@@ -497,6 +496,6 @@ sidebar = [
|
|
| 497 |
explorer.scale_factor_slider,
|
| 498 |
explorer.data_table,
|
| 499 |
]
|
| 500 |
-
template = pn.template.FastListTemplate(title="SADCP data Viewer", sidebar=sidebar
|
| 501 |
template.servable()
|
| 502 |
|
|
|
|
| 470 |
|
| 471 |
|
| 472 |
# Instantiate the SADCP_Viewer class and create a template
|
| 473 |
+
#explorer = SADCP_Viewer()
|
| 474 |
+
#tabs = pn.Tabs(
|
| 475 |
+
## (
|
| 476 |
+
# "Metadata",
|
| 477 |
+
# pn.Column(
|
| 478 |
+
# explorer.metadata_table, explorer.download_button, height=500, margin=10
|
| 479 |
+
# ),
|
| 480 |
+
#),
|
| 481 |
+
#)
|
|
|
|
| 482 |
|
| 483 |
sidebar = [
|
| 484 |
"""This application, developed in the frame of Euro Go Shop, helps to interactively visualise and download ship ADCP data.""",
|
|
|
|
| 496 |
explorer.scale_factor_slider,
|
| 497 |
explorer.data_table,
|
| 498 |
]
|
| 499 |
+
template = pn.template.FastListTemplate(title="SADCP data Viewer", sidebar=sidebar)#main=[tabs])
|
| 500 |
template.servable()
|
| 501 |
|