Nicholas Armenta commited on
Commit
7bc0e4f
1 Parent(s): 371e4c0

First time

Browse files
Files changed (2) hide show
  1. app.py +6 -0
  2. requiremenents.txt +0 -0
app.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ #!/usr/bin/env python3
2
+ import streamlit as st
3
+
4
+ x = st.slider('Select a value')
5
+ st.write(x, 'squared is', x * x)
6
+
requiremenents.txt ADDED
File without changes