Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -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)[0][
|
|
|
|
| 16 |
text=st.text_input("")
|
| 17 |
|
| 18 |
if st.button("Submit"):
|
| 19 |
+
st.write(pipe(text)[0]["summary_text"])
|