Deepanshu Dey commited on
Commit
030404a
1 Parent(s): f51dffd

Add application file

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