Basaram commited on
Commit
a539ace
·
verified ·
1 Parent(s): b7020e1

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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 (1).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"
 
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"