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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,4 +56,4 @@ 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
+ # st.info(summary_text) # Ensure this is passed a string