Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AjayKr09
/
Text_Summary
like
0
Sleeping
App
Files
Files
Community
AjayKr09
commited on
Jun 29, 2024
Commit
e483d04
·
verified
·
1 Parent(s):
9fc4e1e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -16,4 +16,4 @@ st.write('Enter Text for Summarization:')
16
text=st.text_input("")
17
18
if st.button("Submit"):
19
-
st.write(pipe(text))
16
text=st.text_input("")
17
18
if st.button("Submit"):
19
+
st.write(pipe(text)
[0]['']
)