File size: 111 Bytes
182bef0
 
2f45971
182bef0
2f45971
1
2
3
4
5
6
import streamlit as st

st.title("Hlw World")
x = st.slider('Select a value')
st.write(x, 'squared is', x * x)