ant-bee1 / app.py
1024khandsom's picture
Update app.py
2e579bd
raw
history blame
No virus
103 Bytes
import streamlit as st
import pandas
x = st.slider('Select a value')
st.write(x, 'squared is', x * x)