d63c6b5 1877de4 224a078
1
2
3
4
5
import streamlit as st var = st.slider('Select a value') st.write(var, 'squared is', var * var)