catsandogs / app.py
okeowo1014's picture
Update app.py
63d582a verified
raw
history blame
113 Bytes
import streamlit as st
# import train
import tr
x = st.slider('Select a value')
st.write(x, 'squared is', x * 5)