testfhb / app.py
FrancoisHB's picture
Commit Test 3
f6bb61a
raw
history blame
No virus
87 Bytes
import streamlit as st
x = st.slider('select a value')
st.write(x, 'squared is', x * x)