us1 / app.py
usingh49's picture
Update app.py
7dc022d
raw
history blame
98 Bytes
import streamlit as st
print(1)
#x = st.slider('Select a value')
#st.write(x, 'squared is', x * x)