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