rameshmoorthy
commited on
Commit
•
e9a3347
1
Parent(s):
cb91710
Update app.py
Browse files
app.py
CHANGED
@@ -110,6 +110,7 @@ def generate_report(file, type):
|
|
110 |
temp_file3 = NamedTemporaryFile(delete=False, suffix=".html")
|
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,
|
|
|
110 |
temp_file3 = NamedTemporaryFile(delete=False, suffix=".html")
|
111 |
temp_file3.write(contents.encode('utf-8'))
|
112 |
temp_file3.close()
|
113 |
+
dfviz=df
|
114 |
try:
|
115 |
AV = AutoViz_Class()
|
116 |
dft = AV.AutoViz(filename="", sep=',', dfte=df, header=0, verbose=1,
|