Spaces:
Sleeping
Sleeping
improved the interface
Browse files
app.py
CHANGED
@@ -50,9 +50,9 @@ def capture_exam_photo():
|
|
50 |
def main():
|
51 |
|
52 |
# Streamlit UI
|
53 |
-
st.title("Essay
|
54 |
|
55 |
-
about = """#
|
56 |
|
57 |
Welcome to the **Essay Grading System**! This interactive app helps educators generate essay questions, create scoring rubrics, and automate grading using AI.
|
58 |
|
@@ -73,7 +73,7 @@ Welcome to the **Essay Grading System**! This interactive app helps educators ge
|
|
73 |
**(c) 2025 West Visayas State University**
|
74 |
"""
|
75 |
|
76 |
-
with st.expander("
|
77 |
st.markdown(about)
|
78 |
|
79 |
tabs = ["Essay Question", "Scoring Rubric", "Grading Outputs"]
|
|
|
50 |
def main():
|
51 |
|
52 |
# Streamlit UI
|
53 |
+
st.title("π AI Assisted Essay Scoring App")
|
54 |
|
55 |
+
about = """# Essay Grading System π
|
56 |
|
57 |
Welcome to the **Essay Grading System**! This interactive app helps educators generate essay questions, create scoring rubrics, and automate grading using AI.
|
58 |
|
|
|
73 |
**(c) 2025 West Visayas State University**
|
74 |
"""
|
75 |
|
76 |
+
with st.expander("How to Use this App"):
|
77 |
st.markdown(about)
|
78 |
|
79 |
tabs = ["Essay Question", "Scoring Rubric", "Grading Outputs"]
|