Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|