Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -433,7 +433,8 @@ def report_view():
|
|
433 |
page=page,
|
434 |
has_prev=has_prev,
|
435 |
has_next=has_next,
|
436 |
-
chart_data=json.dumps(chart_data)
|
|
|
437 |
|
438 |
|
439 |
# ------------------------------
|
|
|
433 |
page=page,
|
434 |
has_prev=has_prev,
|
435 |
has_next=has_next,
|
436 |
+
chart_data=json.dumps(chart_data)
|
437 |
+
)
|
438 |
|
439 |
|
440 |
# ------------------------------
|