Spaces:
Runtime error
Runtime error
File size: 96 Bytes
b6efca8 |
1 2 3 4 |
import streamlit as st
x = st.sidebar.slider('Select a value')
st.write(x, 'squared is', x * x) |