Basaram commited on
Commit
d18945e
·
verified ·
1 Parent(s): 20ae8a4

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -1
src/streamlit_app.py CHANGED
@@ -1,6 +1,7 @@
1
- import numpy as np
2
  import joblib
3
  import streamlit as st
 
4
 
5
  # Load the trained model
6
  model = joblib.load("student_performance_model (1).h5")
 
1
+
2
  import joblib
3
  import streamlit as st
4
+ import numpy as np
5
 
6
  # Load the trained model
7
  model = joblib.load("student_performance_model (1).h5")