DarwinV1.0 / App.py
aiDevzz's picture
Create App.py
8185dab verified
raw history blame
No virus
87 Bytes
import streamlit as st
x = st.slider('Select a value')
st.write(x, 'Value is', x * x)