Towhidul commited on
Commit
0e2735d
·
verified ·
1 Parent(s): 6fcab50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)