Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -472,7 +472,7 @@ class SADCP_Viewer(param.Parameterized):
|
|
| 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",
|
| 478 |
pn.Column(
|
|
|
|
| 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",
|
| 478 |
pn.Column(
|