Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
24NLPGroupO
/
EmailGeneration
like
0
Sleeping
App
Files
Files
Community
22
Fetching metadata from the HF Docker repository...
nan-motherboard
commited on
Apr 15, 2024
Commit
fa7a88c
·
1 Parent(s):
cd404ce
test2
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
import streamlit as st
2
3
-
x = st.slider('Select a
value123456
')
4
st.write(x, 'squared is', x * x)
1
import streamlit as st
2
3
+
x = st.slider('Select a
value123456abc
')
4
st.write(x, 'squared is', x * x)