florianhoenicke commited on
Commit
fd3e947
1 Parent(s): 5594299

initial commit

Browse files
Files changed (2) hide show
  1. app.py +4 -0
  2. test.app +0 -1
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ x = st.slider('Select a value')
4
+ st.write(x, 'squared is', x * x)
test.app DELETED
@@ -1 +0,0 @@
1
- test