Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -1
src/streamlit_app.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
-
|
| 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")
|