rameshmoorthy commited on
Commit
9669d6d
1 Parent(s): b712f21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,7 +169,7 @@ def generate_report(file, type):
169
 
170
 
171
 
172
- return temp_file1.name ,temp_file3.name ,variable_table(df),dfviz,sd1,reports+imgs
173
 
174
  def handle_click(file, sheet_name):
175
 
 
169
 
170
 
171
 
172
+ return [temp_file1.name ,temp_file3.name ,variable_table(df),dfviz,sd1]+reports+imgs
173
 
174
  def handle_click(file, sheet_name):
175