Nikhitha2310 commited on
Commit
ebdb7aa
1 Parent(s): 27c644c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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'])