zmbfeng commited on
Commit
5535d25
1 Parent(s): d6b5fb7

import streamlit

Browse files
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)