EmailGeneration / app.py
nan-motherboard
test2
fa7a88c
raw
history blame
98 Bytes
import streamlit as st
x = st.slider('Select a value123456abc')
st.write(x, 'squared is', x * x)