us1 / app.py
usingh49's picture
Update app.py
474448d
raw
history blame
96 Bytes
import streamlit as st
print(1)
x = st.slider('Select a value')
st.write(x, 'squared is', x * x)