Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
FritsLyneborg
/
kunstnerfrits
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
FritsLyneborg
commited on
Apr 8, 2022
Commit
990f2cd
路
1 Parent(s):
6742988
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)