text_fixes_v3
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ def main():
|
|
83 |
highlighted.append(html.escape(text[last_pos:error['start']]))
|
84 |
|
85 |
highlighted.append(
|
86 |
-
f'<span style="background-color: #
|
87 |
f'position: relative;" title="{html.escape(error["message"])}">'
|
88 |
f'{html.escape(text[error["start"]:error["end"]])}'
|
89 |
f'</span>'
|
|
|
83 |
highlighted.append(html.escape(text[last_pos:error['start']]))
|
84 |
|
85 |
highlighted.append(
|
86 |
+
f'<span style="background-color: #000000; border-bottom: 2px dotted #ff9900; '
|
87 |
f'position: relative;" title="{html.escape(error["message"])}">'
|
88 |
f'{html.escape(text[error["start"]:error["end"]])}'
|
89 |
f'</span>'
|