import streamlit as st import pandas as pd import pickle model = pickle.load(open('model_saved.pkl', 'rb'))