Update app.py
Browse files
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
|
| 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
|