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