Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cloneQ
/
internLMRAG
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
69d5af7
internLMRAG
/
app.py
cloneQ
Create app.py
69d5af7
verified
4 months 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)