TaxChat / app.py
LT4Ryan's picture
Upload app.py
87c6230 verified
import streamlit as st
x = st.slider('Select a value')
st.write(x, 'squared is', x * x)