dexay commited on
Commit
fc31d71
·
1 Parent(s): 8b91610

Delete nw.py

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