resolverkatla commited on
Commit
a36f637
·
1 Parent(s): c0e531f

First commit

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ x = st.slider('Select a value')
2
+ st.write(x, 'squared is', x * x)