prithivida commited on
Commit
9710d79
1 Parent(s): a48acd1

Delete app.py

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