m32space1 / app.py
sonobit's picture
Create app.py
da19d1f
raw
history blame contribute delete
126 Bytes
import streamlit as st
x = st.slider('Pick a number', 0, 100)
st.write('x ยกกำลัง 2 เท่ากับ', x*x)