AyoubChLin commited on
Commit
acc18ac
1 Parent(s): 0737a07
Files changed (2) hide show
  1. .gitignore +1 -0
  2. app.py +2 -1
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ local setting.md
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import streamlit as st
2
 
3
  x = st.slider('Select a value')
4
- st.write(x, 'squared is', x * x)
 
 
1
  import streamlit as st
2
 
3
  x = st.slider('Select a value')
4
+ st.write(x, 'squared is', x * x)
5
+