demo-space / app.py
yaowenxu's picture
update app.py
d55892e
import streamlit as st
print("yaowenxu")
x = st.slider('Select a value')
st.write(x, 'squared is', x * x)