jchoo commited on
Commit
9318eda
·
verified ·
1 Parent(s): 4d4794f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def create_plot(subgroup, date_range, moving_av_window):
53
  plot = scatter_plot + line_chart
54
 
55
  # Return the combined chart
56
- return pn.pane.Vega(plot)
57
 
58
 
59
  # # Create the selection widget
 
53
  plot = scatter_plot + line_chart
54
 
55
  # Return the combined chart
56
+ return plot
57
 
58
 
59
  # # Create the selection widget