phind commited on
Commit
25b1f34
·
1 Parent(s): bf2d510
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,2 +1,3 @@
 
1
  x = st.slider('Select a value')
2
  st.write(x, 'squared is', x * x)
 
1
+ import streamlit as st
2
  x = st.slider('Select a value')
3
  st.write(x, 'squared is', x * x)