File size: 165 Bytes
82d6f66
 
28a2b6f
82d6f66
 
bd4a019
82d6f66
 
bd4a019
82d6f66
 
28a2b6f
1
2
3
4
5
6
7
8
9
10
11
12
13

import streamlit as st
from PIL import Image

"""
# AI_ML
"""

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


st.image(Image.open(uploaded_file),width=250)