Towhidul commited on
Commit
e22134a
1 Parent(s): 023fc98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(("\nHighlighted Main Sentence:")
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