TensorFlo commited on
Commit
4ffb1cb
·
1 Parent(s): e7d1bf7
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ essay_question = "What is beauty?"
42
  grading_criteria = "1. Introduction\n2. Body\n3. Conclusion\n4. Grammar\n5. Spelling\n6. Punctuation\n7. Originality\n8. Creativity"
43
 
44
  # Upload Excel file with student IDs and page count
45
- student_info_file = st.file_uploader("Upload Excel file with student IDs and page count", type=["xlsx"])
46
  # excel_file = "data/essays.xlsx"
47
 
48
  if st.button("Process Essays"):
 
42
  grading_criteria = "1. Introduction\n2. Body\n3. Conclusion\n4. Grammar\n5. Spelling\n6. Punctuation\n7. Originality\n8. Creativity"
43
 
44
  # Upload Excel file with student IDs and page count
45
+ excel_file = st.file_uploader("Upload Excel file with student IDs and page count", type=["xlsx"])
46
  # excel_file = "data/essays.xlsx"
47
 
48
  if st.button("Process Essays"):