File size: 143 Bytes
82d6f66
 
 
 
bd4a019
82d6f66
 
bd4a019
82d6f66
 
bd4a019
1
2
3
4
5
6
7
8
9
10
11
12

import streamlit as st

"""
# AI_ML
"""

uploaded_file = st.file_uploader("Choose a picture")


st.image(load_image(uploaded_file),width=250)