Spaces:
Sleeping
Sleeping
changes made
Browse files- src/streamlit_app.py +2 -2
src/streamlit_app.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
import sys
|
2 |
sys.path.append("..")
|
3 |
|
4 |
-
from
|
5 |
-
from
|
6 |
|
7 |
|
8 |
import streamlit as st
|
|
|
1 |
import sys
|
2 |
sys.path.append("..")
|
3 |
|
4 |
+
from preprocessing import boxplot,histogram
|
5 |
+
from predict import make_input,load_model,load_std_scaler,lamda_values
|
6 |
|
7 |
|
8 |
import streamlit as st
|