zmbfeng commited on
Commit
d6b5fb7
1 Parent(s): 8c9af2e

add application file

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)