purple-koala commited on
Commit
0339174
1 Parent(s): 55e18c7

Update app.py

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