Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
somosnlp-hackathon-2023
/
demo_DiagTrast
like
7
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
ad75dbd
demo_DiagTrast
/
app.py
Stremie
Init
ad75dbd
almost 2 years ago
raw
Copy download link
history
blame
Safe
88 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)