EAV123 commited on
Commit
e82172a
·
verified ·
1 Parent(s): ae3c5d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def main():
38
  st.set_page_config(page_title="Exam Score Prediction", layout="wide")
39
 
40
  # Add a title and description
41
- st.title("Exam Score Prediction (DEEP NEURAL NETWORKS AND ENSEMBLE APPROACH")
42
  st.markdown(
43
  "This app predicts exam scores based on input features such as level, course units, attendance, mid-semester score, and assignments."
44
  )
 
38
  st.set_page_config(page_title="Exam Score Prediction", layout="wide")
39
 
40
  # Add a title and description
41
+ st.title("Exam Score Prediction")
42
  st.markdown(
43
  "This app predicts exam scores based on input features such as level, course units, attendance, mid-semester score, and assignments."
44
  )