rameshmoorthy
commited on
Commit
•
0435627
1
Parent(s):
cce7e50
Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ def generate_report(file, type):
|
|
116 |
lowess=False,chart_format='html',max_rows_analyzed=150000,
|
117 |
max_cols_analyzed=30,save_plot_dir=None)
|
118 |
reports = []
|
119 |
-
print(
|
120 |
output_dir_html="./AutoViz"
|
121 |
for filename in os.listdir(output_dir_html):
|
122 |
if filename.endswith(".html"):
|
|
|
116 |
lowess=False,chart_format='html',max_rows_analyzed=150000,
|
117 |
max_cols_analyzed=30,save_plot_dir=None)
|
118 |
reports = []
|
119 |
+
print(os.listdir("./"))
|
120 |
output_dir_html="./AutoViz"
|
121 |
for filename in os.listdir(output_dir_html):
|
122 |
if filename.endswith(".html"):
|