Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nettaredam
/
GenPrompt
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
nettaredam
commited on
Jun 9, 2025
Commit
87567b0
·
verified
·
1 Parent(s):
190317e
Update appy.pi
Browse files
Files changed (1)
hide
show
appy.pi
+5
-0
appy.pi
CHANGED
Viewed
@@ -1,3 +1,8 @@
1
import streamlit as st
2
import re
3
1
+
import streamlit as st
2
+
3
+
x = st.slider('Select a value')
4
+
st.write(x, 'squared is', x * x)
5
+
6
import streamlit as st
7
import re
8