Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
catlover420
/
testspace
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
catlover420
commited on
Jun 4, 2024
Commit
9e5f285
·
verified
·
1 Parent(s):
b1160a2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -2,4 +2,3 @@ import streamlit as st
2
3
x = st.slider('Select a value')
4
st.write(x, 'squared is', x * x)
5
-
2
3
x = st.slider('Select a value')
4
st.write(x, 'squared is', x * x)