Hugging Face
Models
Datasets
Spaces
Posts
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...
Mia2024
commited on
Apr 14, 2024
Commit
e6a5d7c
·
verified
·
1 Parent(s):
8caf9d5
nan1 (
#1
)
Browse files
- test (
cd404ce9fc0d96e9e3621ce3e088a4bfbed2356b
)
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
value
')
4
st.write(x, 'squared is', x * x)
1
import streamlit as st
2
3
+
x = st.slider('Select a
value123456
')
4
st.write(x, 'squared is', x * x)