File size: 120 Bytes
9a71fcf
 
4a302e8
9a71fcf
 
1
2
3
4
5
6
import streamlit as st

st.write('Photo Story Teller')
x = st.slider('Select a value')
st.write(x, 'squared is', x * x)