Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -4,7 +4,7 @@ import streamlit as st
|
|
4 |
import numpy as np
|
5 |
|
6 |
# Load the trained model
|
7 |
-
model = joblib.load("student_performance_model (
|
8 |
|
9 |
def predict_marks(Hours_studied, Previous_Score, Extracurriculum_Activivities, Sleep_Hours, Sample_Question):
|
10 |
"Predict the student marks based on the input data"
|
|
|
4 |
import numpy as np
|
5 |
|
6 |
# Load the trained model
|
7 |
+
model = joblib.load("src/student_performance_model (2).h5")
|
8 |
|
9 |
def predict_marks(Hours_studied, Previous_Score, Extracurriculum_Activivities, Sleep_Hours, Sample_Question):
|
10 |
"Predict the student marks based on the input data"
|