Poets-BN / app.py
Ritobrata Ghosh
test commit
a0357c9
raw
history blame
91 Bytes
import streamlit as st
x = st.slider('Select a value')
st.write(x, ' squared is ', x * x)