Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -471,7 +471,7 @@ class SADCP_Viewer(param.Parameterized):
|
|
| 471 |
|
| 472 |
# Instantiate the SADCP_Viewer class and create a template
|
| 473 |
explorer = SADCP_Viewer()
|
| 474 |
-
tabs = pn.Tabs(
|
| 475 |
#("Plots", pn.Column(explorer.update_plots)),
|
| 476 |
(
|
| 477 |
"Metadata",
|
|
@@ -479,7 +479,7 @@ tabs = pn.Tabs(
|
|
| 479 |
explorer.metadata_table, height=500, margin=10
|
| 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.""",
|
|
|
|
| 471 |
|
| 472 |
# Instantiate the SADCP_Viewer class and create a template
|
| 473 |
explorer = SADCP_Viewer()
|
| 474 |
+
tabs = #pn.Tabs(
|
| 475 |
#("Plots", pn.Column(explorer.update_plots)),
|
| 476 |
(
|
| 477 |
"Metadata",
|
|
|
|
| 479 |
explorer.metadata_table, height=500, margin=10
|
| 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.""",
|