text2image / app.py
dhnirshad's picture
Initial Commit!
50e8b3a
import streamlit as st
x = st.slider('Select a value')
st.write(x, 'squared is', x * x)