kim368882 commited on
Commit
e881701
1 Parent(s): ef359a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -414,6 +414,7 @@ def process_file_with_plots(file, year):
414
  df = read_excel_data(file)
415
  result_file = process_file(file, year)
416
  plots = generate_plots(df, year)
 
417
  print(plots)
418
  return [result_file] + plots
419
 
 
414
  df = read_excel_data(file)
415
  result_file = process_file(file, year)
416
  plots = generate_plots(df, year)
417
+ print(result_file)
418
  print(plots)
419
  return [result_file] + plots
420