Spaces:
Sleeping
Sleeping
change
Browse files
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 |
-
|
| 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"):
|