Update app.py
Browse files
app.py
CHANGED
@@ -136,5 +136,5 @@ for i, para in enumerate(paraphrases, 1):
|
|
136 |
|
137 |
|
138 |
# Displaying the main sentence with highlighted longest common sequences
|
139 |
-
st.markdown("Main sentence with highlighted longest common sequences
|
140 |
st.markdown(highlighted_sentence, unsafe_allow_html=True)
|
|
|
136 |
|
137 |
|
138 |
# Displaying the main sentence with highlighted longest common sequences
|
139 |
+
st.markdown("**Main sentence with highlighted longest common sequences**:")
|
140 |
st.markdown(highlighted_sentence, unsafe_allow_html=True)
|