Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ctyun-ai
/
README
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
liric24
commited on
Mar 7, 2024
Commit
6c18b14
·
verified
·
1 Parent(s):
6dfd8df
Create app.py
Browse files
import streamlit as st
x = st.slider('Select a value')
st.write(x, 'squared is', x * x)
Files changed (1)
hide
show
app.py
+0
-0
app.py
ADDED
Viewed
File without changes