Update analytics.py
Browse files- analytics.py +2 -1
analytics.py
CHANGED
|
@@ -14,4 +14,5 @@ def generate_dashboard(weights):
|
|
| 14 |
yaxis_title="Weight"
|
| 15 |
)
|
| 16 |
|
| 17 |
-
return fig
|
|
|
|
|
|
| 14 |
yaxis_title="Weight"
|
| 15 |
)
|
| 16 |
|
| 17 |
+
return fig
|
| 18 |
+
|