Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
dell-research-harvard
/
newsdejavu
like
9
Runtime error
App
Files
Files
Community
df8bdb6
newsdejavu
/
app.py
tombryan
test
df8bdb6
7 months ago
raw
Copy download link
history
blame
Safe
133 Bytes
# Just trying out a comment to test commits
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)