8ac4f9b dc6f426 8ac4f9b e7dc722
1
2
3
4
5
import streamlit as st import pandas as pd import pickle model = pickle.load(open('model_saved.pkl', 'rb'))