kkhushisaid commited on
Commit
3700024
·
verified ·
1 Parent(s): bfb33c2

Update app (1).py

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