Washedashore commited on
Commit
91806b1
·
verified ·
1 Parent(s): be889ef

Delete Stream

Browse files
Files changed (1) hide show
  1. Stream +0 -4
Stream 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)