import streamlit as st print("yaowenxu") x = st.slider('Select a value') st.write(x, 'squared is', x * x)