angry-snail / app.py
arkalon's picture
Bugfix 1
22a8009
raw
history blame contribute delete
85 Bytes
import streamlit as st
x = st.slider('Select a value')
st.write(x, 'squared is', x)