test / app.py
mcpotato's picture
mcpotato HF staff
Update app.py
916f3b4 verified
raw
history blame contribute delete
No virus
95 Bytes
import streamlit as st
"bop"
x = st.slider('Select a value')
st.write(x, 'squared is', x * x)