Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUnpicklingError: NEWOBJ class argument isn't a type object #1
Comments
|
Hi Data Professor, UnpicklingError: NEWOBJ class argument isn't a type object Here's my code: import streamlit as st from PIL import Image st.sidebar.header('User Input features') def user_input_features(): df = user_input_features() #The Code below is what gives me the error |
No description provided.