Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Geinji
/
first_chatbot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8b5f49e
first_chatbot
/
app.py
Geinji
Create app.py
267a4f0
verified
5 months 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)