Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -55,6 +55,7 @@ def main():
|
|
55 |
total_score = attendance + mid_semester + assignments + prediction[0]
|
56 |
|
57 |
st.write(f"Predicted Exam Score: {prediction[0]:.2f}")
|
|
|
58 |
|
59 |
# Calculate GPA
|
60 |
gpa = calculate_gpa(total_score)
|
|
|
55 |
total_score = attendance + mid_semester + assignments + prediction[0]
|
56 |
|
57 |
st.write(f"Predicted Exam Score: {prediction[0]:.2f}")
|
58 |
+
st.write(f"Total Score: {total_score}")
|
59 |
|
60 |
# Calculate GPA
|
61 |
gpa = calculate_gpa(total_score)
|