j-js commited on
Commit
84d3aec
·
verified ·
1 Parent(s): 90548e1

Update formatting.py

Browse files
Files changed (1) hide show
  1. formatting.py +1 -1
formatting.py CHANGED
@@ -8,7 +8,7 @@ def style_prefix(tone: float) -> str:
8
  if tone < 0.2:
9
  return ""
10
  if tone < 0.45:
11
- return "Let’s solve it efficiently."
12
  if tone < 0.75:
13
  return "Let’s work through it."
14
  return "You’ve got this — let’s solve it cleanly."
 
8
  if tone < 0.2:
9
  return ""
10
  if tone < 0.45:
11
+ return "ok.."
12
  if tone < 0.75:
13
  return "Let’s work through it."
14
  return "You’ve got this — let’s solve it cleanly."