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