ardavey commited on
Commit
2349d76
·
verified ·
1 Parent(s): 77526ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -56,4 +56,6 @@ if text and len(text) > 0:
56
  summary_text = summary_text.replace(wrong_term, correct_term)
57
 
58
  summary_text = capitalize_sentences(summary_text)
59
- # st.info(summary_text) # Ensure this is passed a string
 
 
 
56
  summary_text = summary_text.replace(wrong_term, correct_term)
57
 
58
  summary_text = capitalize_sentences(summary_text)
59
+
60
+ st.subheader("Generated Summary:")
61
+ st.write(summary_text)