EAV123 commited on
Commit
fcab78c
·
verified ·
1 Parent(s): d51d681

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def main():
49
  # Create input data
50
  input_data = np.array([[level, course_units, attendance, mid_semester, assignments]])
51
 
52
- # Make prediction
53
  if st.button("Predict Exam Score"):
54
  prediction = make_prediction(model, input_data)
55
  st.write(f"Predicted Exam Score: {prediction[0]:.2f}")
 
49
  # Create input data
50
  input_data = np.array([[level, course_units, attendance, mid_semester, assignments]])
51
 
52
+ # Make predictionS
53
  if st.button("Predict Exam Score"):
54
  prediction = make_prediction(model, input_data)
55
  st.write(f"Predicted Exam Score: {prediction[0]:.2f}")