Update app.py
Browse files
app.py
CHANGED
@@ -277,7 +277,8 @@ for i in range(0, 5):
|
|
277 |
highlighted_sentence_list.append(highlighted_sentence)
|
278 |
|
279 |
st.markdown("\nHighlighted Paraphrase Sentences with LCS:")
|
280 |
-
|
|
|
281 |
|
282 |
|
283 |
|
|
|
277 |
highlighted_sentence_list.append(highlighted_sentence)
|
278 |
|
279 |
st.markdown("\nHighlighted Paraphrase Sentences with LCS:")
|
280 |
+
for i in highlighted_sentence_list:
|
281 |
+
st.write(i, unsafe_allow_html=True)
|
282 |
|
283 |
|
284 |
|