Spaces:
Sleeping
Sleeping
Update app (1).py
Browse files- app (1).py +2 -0
app (1).py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
import streamlit as st
|
|
|
2 |
import pickle
|
3 |
import streamlit.components.v1 as components
|
|
|
4 |
|
5 |
# Load the pickled model
|
6 |
def load_model():
|
|
|
1 |
import streamlit as st
|
2 |
+
import numpy as np
|
3 |
import pickle
|
4 |
import streamlit.components.v1 as components
|
5 |
+
from sklearn.preprocessing import LabelEncoder
|
6 |
|
7 |
# Load the pickled model
|
8 |
def load_model():
|