louiecerv commited on
Commit
4946f89
Β·
1 Parent(s): 27e1f33

improved the interface

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -50,9 +50,9 @@ def capture_exam_photo():
50
  def main():
51
 
52
  # Streamlit UI
53
- st.title("Essay Grading System")
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,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("About the App"):
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"]