Update app.py
Browse files
app.py
CHANGED
@@ -291,7 +291,6 @@ st.markdown("\nHighlighted Paraphrase Sentences with LCS:")
|
|
291 |
for sentence in highlighted_sentence_list:
|
292 |
st.write(sentence, unsafe_allow_html=True)
|
293 |
|
294 |
-
st.write(sentence, unsafe_allow_html=True)
|
295 |
|
296 |
|
297 |
|
|
|
291 |
for sentence in highlighted_sentence_list:
|
292 |
st.write(sentence, unsafe_allow_html=True)
|
293 |
|
|
|
294 |
|
295 |
|
296 |
|