Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bibekyess
/
bgpt
like
2
Sleeping
App
Files
Files
Community
bibekyess
commited on
May 8, 2023
Commit
861fcde
•
1 Parent(s):
42e3a78
Delete app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-4
app.py
DELETED
Viewed
@@ -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)