nettaredam commited on
Commit
87567b0
·
verified ·
1 Parent(s): 190317e

Update appy.pi

Browse files
Files changed (1) hide show
  1. appy.pi +5 -0
appy.pi CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
  import streamlit as st
2
  import re
3
 
 
1
+ import streamlit as st
2
+
3
+ x = st.slider('Select a value')
4
+ st.write(x, 'squared is', x * x)
5
+
6
  import streamlit as st
7
  import re
8