Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
OdiaGenAI
/
Olive_scrapper
like
2
Runtime error
App
Files
Files
Community
4
8a58333
Olive_scrapper
/
app.py
sam2ai
Synced repo using 'sync_with_huggingface' Github Action
decb917
over 1 year ago
raw
Copy download link
history
blame
Safe
89 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)