guimcc
Add application file
0ff9fca
raw
history blame
84 Bytes
import streamlit as st
x = st.slider('select a value')
st.write(x, 'sq is', x * x)