hhs / app.py
Toannn's picture
Create app.py
c0b09ff verified
import streamlit as st
x = st.slider('Select a value')
st.write(x, 'squared is', x * x)