Update app.py
Browse files
app.py
CHANGED
@@ -227,7 +227,7 @@ st.markdown("Common substrings that occur in all five lists:")
|
|
227 |
for substring in highlighted_text:
|
228 |
st.write(substring)
|
229 |
|
230 |
-
st.markdown(
|
231 |
st.markdown(highlighted_sentence)
|
232 |
|
233 |
|
|
|
227 |
for substring in highlighted_text:
|
228 |
st.write(substring)
|
229 |
|
230 |
+
st.markdown("\nHighlighted Main Sentence:")
|
231 |
st.markdown(highlighted_sentence)
|
232 |
|
233 |
|