Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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 |
)
|