ahuang11 commited on
Commit
5101871
1 Parent(s): c22b9b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -177,9 +177,9 @@ class ClimateApp(pn.viewable.Viewer):
177
  # max_height=625,
178
  # )
179
  self._station_pane = pn.pane.HoloViews(sizing_mode="stretch_width", min_width=800, height=450)
180
- main_tabs = pn.Tabs(
181
- ("Climatology Plot", self._station_pane), ("Map Select", network_pane)
182
- )
183
  self._main = [self._station_pane]
184
 
185
  self._update_var_station_dependents()
 
177
  # max_height=625,
178
  # )
179
  self._station_pane = pn.pane.HoloViews(sizing_mode="stretch_width", min_width=800, height=450)
180
+ # main_tabs = pn.Tabs(
181
+ # ("Climatology Plot", self._station_pane), ("Map Select", network_pane)
182
+ # )
183
  self._main = [self._station_pane]
184
 
185
  self._update_var_station_dependents()