tsla / app.py
bsflw
app.py
f5f60d0 unverified
raw
history blame contribute delete
83 Bytes
import streamlit as st
x = st.slider('slect a value')
st.write(x, 'square is', x*x)