TensorFlo commited on
Commit
d521cdd
·
1 Parent(s): 4ffb1cb
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -58,9 +58,9 @@ if st.button("Process Essays"):
58
 
59
 
60
  # Optional: Save results to the output folder
61
- output_file = "output/results.xlsx"
62
- new_workbook.save(output_file)
63
- st.success(f"All essays processed. Results saved to {output_file}")
64
 
65
  # Convert the workbook to bytes
66
  excel_file = save_workbook_to_bytes(new_workbook)
 
58
 
59
 
60
  # Optional: Save results to the output folder
61
+ # output_file = "output/results.xlsx"
62
+ # new_workbook.save(output_file)
63
+ # st.success(f"All essays processed. Results saved to {output_file}")
64
 
65
  # Convert the workbook to bytes
66
  excel_file = save_workbook_to_bytes(new_workbook)