TensorFlo commited on
Commit
1cd4967
·
1 Parent(s): b035c24

added text

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -68,6 +68,8 @@ if st.button("Process Essays"):
68
  if not uploaded_files or not essay_question or not grading_criteria or not excel_file:
69
  st.warning("Please upload all required files and enter necessary information.")
70
  else:
 
 
71
  uploaded_files = sorted(uploaded_files, key=lambda x: x.name)
72
  # Process student info file
73
  workbook = load_workbook(excel_file)
 
68
  if not uploaded_files or not essay_question or not grading_criteria or not excel_file:
69
  st.warning("Please upload all required files and enter necessary information.")
70
  else:
71
+ st.text("Processing essays...This may take a few seconds.")
72
+ st.text("A download button will appear underneath once the process is complete.")
73
  uploaded_files = sorted(uploaded_files, key=lambda x: x.name)
74
  # Process student info file
75
  workbook = load_workbook(excel_file)