import streamlit as st """ # AI_ML """ uploaded_file = st.file_uploader("Choose a picture") st.image(load_image(uploaded_file),width=250)