File size: 109 Bytes
8ac4f9b
dc6f426
 
8ac4f9b
dc6f426
1
2
3
4
5
import streamlit as st
import pandas as pd
import pickle

model = pickle.load(open('logreg_model.pkl', 'rb'))