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

text_fixes_v4

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: #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>'
 
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 #000000; '
87
  f'position: relative;" title="{html.escape(error["message"])}">'
88
  f'{html.escape(text[error["start"]:error["end"]])}'
89
  f'</span>'