Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ def generate_report(file, type):
|
|
| 64 |
chart_format="html",
|
| 65 |
max_rows_analyzed=500,
|
| 66 |
max_cols_analyzed=20,
|
| 67 |
-
save_plot_dir=
|
| 68 |
)
|
| 69 |
|
| 70 |
|
|
|
|
| 64 |
chart_format="html",
|
| 65 |
max_rows_analyzed=500,
|
| 66 |
max_cols_analyzed=20,
|
| 67 |
+
save_plot_dir="plots"
|
| 68 |
)
|
| 69 |
|
| 70 |
|