bvd757 commited on
Commit
071bea9
·
1 Parent(s): 3588612

highlight mode on

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ def main():
136
  if not text.strip():
137
  st.warning("Введите текст для проверки")
138
  else:
139
- text, errors = check_text(text, tool, mode="chat_gpt", highlight_mode=False)
140
  if not errors:
141
  st.success("Ошибок не найдено.")
142
  else:
 
136
  if not text.strip():
137
  st.warning("Введите текст для проверки")
138
  else:
139
+ text, errors = check_text(text, tool, mode="chat_gpt", highlight_mode=True)
140
  if not errors:
141
  st.success("Ошибок не найдено.")
142
  else: