neoava / app.py
giseldo's picture
teste
70ac028
raw
history blame
92 Bytes
import streamlit as st
x = st.slider('selecione um valor')
st.write(x, 'squared is', x * x)