Update formatting.py
Browse files- 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 "
|
| 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."
|