Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shikharyashmaurya
/
math-simulations
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
shikharyashmaurya
commited on
Mar 7, 2025
Commit
69561d2
·
1 Parent(s):
9fbff23
new
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import streamlit as st
2
3
x = st.slider('Select a value')
4
-
st.write(x, 'squared is', x * x)
1
import streamlit as st
2
3
x = st.slider('Select a value')
4
+
st.write(x, 'squared is', x * x)
5
+
st.write('bye')