fb1ee33 3bb26d0 fb1ee33
1
2
3
4
5
import streamlit as st x = st.slider('Select a value') x+=1 st.write(x, 'squared is', x * x)