Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fgwsaba
/
project
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Sabina Muratova
commited on
Dec 17, 2024
Commit
a9f5ddc
·
1 Parent(s):
75e60e4
Add application file
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -2,3 +2,4 @@ import streamlit as st
2
3
x = st.slider('Select a value')
4
st.write(x, 'squared is', x * x)
2
3
x = st.slider('Select a value')
4
st.write(x, 'squared is', x * x)
5
+