paopaoka3325 commited on
Commit
9b89a02
·
1 Parent(s): dfeeedc

Add application files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def greet(name1, name2):
73
 
74
  # Save the CSV data to a temporary file
75
  with tempfile.NamedTemporaryFile(delete=False, suffix=".csv") as temp_file:
76
- output.to_csv(temp_file.name, index=False)
77
  csv_output = temp_file.name
78
 
79
  return html_output, csv_output
 
73
 
74
  # Save the CSV data to a temporary file
75
  with tempfile.NamedTemporaryFile(delete=False, suffix=".csv") as temp_file:
76
+ df_pred.to_csv(temp_file.name, index=False)
77
  csv_output = temp_file.name
78
 
79
  return html_output, csv_output