Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
bziiit/OpenData-Bordeaux-RSE-OLD
bziiit
/
Carto-RSE
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
LaurentTRIPIED
commited on
Apr 2, 2024
Commit
9bfd637
·
1 Parent(s):
d0661bd
Create app.py
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
+