Testspace / app.py
Shataxi Dubey
corrected
224a078
raw
history blame contribute delete
97 Bytes
import streamlit as st
var = st.slider('Select a value')
st.write(var, 'squared is', var * var)