debaterly-space / app.py
austenmoney's picture
test push
e08cc28
raw
history blame
92 Bytes
import streamlit as st
x = st.slider('Select a value')
st.write(x, 'added to x is', x + x)