testspace / app.py
harshitface2003's picture
Update app.py
8f3b263 verified
raw
history blame
84 Bytes
import streamlit as st
x=st.slider("Move the slider")
st.write(x,"squared is", x*x)