sqlcoder / app.py
sahilmayekar's picture
app
3f95da6
raw
history blame
90 Bytes
import streamlit as st
x = st.slider('Select a value2')
st.write(x, 'squared is', x * x)