rameshmoorthy
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ def generate_report(file, type):
|
|
111 |
temp_file3.write(contents.encode('utf-8'))
|
112 |
temp_file3.close()
|
113 |
try:
|
114 |
-
|
115 |
dft = AV.AutoViz(filename="", sep=',', dfte=df, header=0, verbose=1,
|
116 |
lowess=False,chart_format='html',max_rows_analyzed=150000,
|
117 |
max_cols_analyzed=30,save_plot_dir=None)
|
|
|
111 |
temp_file3.write(contents.encode('utf-8'))
|
112 |
temp_file3.close()
|
113 |
try:
|
114 |
+
AV = AutoViz_Class()
|
115 |
dft = AV.AutoViz(filename="", sep=',', dfte=df, header=0, verbose=1,
|
116 |
lowess=False,chart_format='html',max_rows_analyzed=150000,
|
117 |
max_cols_analyzed=30,save_plot_dir=None)
|