narinsak unawong commited on
Commit
29b83b3
·
verified ·
1 Parent(s): 01f786d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,6 +1,8 @@
1
  import streamlit as st
2
  import pickle
3
  import pandas as pd
 
 
4
 
5
  # Load the model and encoders
6
  with open('model_penguin_706.pkl', 'rb') as file:
 
1
  import streamlit as st
2
  import pickle
3
  import pandas as pd
4
+ from sklearn.pipeline import Pipeline
5
+
6
 
7
  # Load the model and encoders
8
  with open('model_penguin_706.pkl', 'rb') as file: