rameshmoorthy commited on
Commit
b034baf
·
verified ·
1 Parent(s): c1d9e7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def generate_report(file,type):
10
  return ydata_profiling.ProfileReport(df).to_html()
11
 
12
  elif type == "sweetviz":
13
- return sv.analyze(global_df).show_html()
14
 
15
 
16
 
 
10
  return ydata_profiling.ProfileReport(df).to_html()
11
 
12
  elif type == "sweetviz":
13
+ return sv.analyze(df).show_html()
14
 
15
 
16