Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -468,7 +468,7 @@ class SADCP_Viewer(param.Parameterized):
|
|
| 468 |
|
| 469 |
|
| 470 |
|
| 471 |
-
|
| 472 |
# Instantiate the SADCP_Viewer class and create a template
|
| 473 |
tabs = pn.Tabs(
|
| 474 |
("Plots", pn.Column(explorer.update_plots)),
|
|
|
|
| 468 |
|
| 469 |
|
| 470 |
|
| 471 |
+
explorer = SADCP_Viewer()
|
| 472 |
# Instantiate the SADCP_Viewer class and create a template
|
| 473 |
tabs = pn.Tabs(
|
| 474 |
("Plots", pn.Column(explorer.update_plots)),
|