Ramji commited on
Commit
74e2fde
·
verified ·
1 Parent(s): b095b79

updated app

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -22,6 +22,7 @@ if st.button("Summarize"):
22
  if user_input:
23
  # Get the summary
24
  summary = summarizer(user_input)
 
25
  # Display the result
26
  st.subheader("Summary")
27
  st.write(summary[0]['summary_text'])
 
22
  if user_input:
23
  # Get the summary
24
  summary = summarizer(user_input)
25
+ print("output", summary)
26
  # Display the result
27
  st.subheader("Summary")
28
  st.write(summary[0]['summary_text'])