rameshmoorthy commited on
Commit
d21feaf
1 Parent(s): 8c65d6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- #df=AV.AutoViz('/content/insurance.csv')
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)