File size: 170 Bytes
e069d9a
eb1008c
e069d9a
eb1008c
e069d9a
eb1008c
 
 
1
2
3
4
5
6
7
8
9
import time
import streamlit as st
from PIL import Image

st.title("Machine Learning Model Deployment")
x = st.slider('Select a value')
st.write(x, 'squared is', x * x)