carisackc commited on
Commit
5e637b2
1 Parent(s): a5c3cf9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ def visualize(sentence_list, best_sentences):
122
  text += ' ' + str(run_text).replace(run_text, f"<span class='highlight yellow'>{run_text}</span>")
123
  else:
124
  text += ' ' + run_text
125
- display(HTML(f""" {text} """))
126
 
127
  output = ''
128
  best_sentences = []
 
122
  text += ' ' + str(run_text).replace(run_text, f"<span class='highlight yellow'>{run_text}</span>")
123
  else:
124
  text += ' ' + run_text
125
+ # display(HTML(f""" {text} """))
126
 
127
  output = ''
128
  best_sentences = []