EAV123 commited on
Commit
3459668
·
verified ·
1 Parent(s): 861f0f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)