bvd757 commited on
Commit
cd049a5
·
1 Parent(s): 285e310

text_fixes_v3

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