Spaces:
Build error
Build error
Update app.py
Browse files
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 |
-
|
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 = []
|