Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,4 +8,4 @@ text=st.text_input("Enter a text")
|
|
8 |
btn=st.button("Submit")
|
9 |
if(text and btn):
|
10 |
output=pipe(text)
|
11 |
-
st.write(output)
|
|
|
8 |
btn=st.button("Submit")
|
9 |
if(text and btn):
|
10 |
output=pipe(text)
|
11 |
+
st.write(output[0]['summary_text'])
|