Spaces:
Sleeping
Sleeping
Akis Giannoukos
commited on
Commit
·
cb98104
1
Parent(s):
a7e392e
Added UK emergency number
Browse files
app.py
CHANGED
|
@@ -607,7 +607,7 @@ def process_turn(
|
|
| 607 |
if high_risk:
|
| 608 |
closing = (
|
| 609 |
"I’m concerned about your safety based on what you shared. "
|
| 610 |
-
"If you are in danger or need immediate help, please call 988 in the U.S. or your local emergency number. "
|
| 611 |
"I'll end the assessment now and display emergency resources."
|
| 612 |
)
|
| 613 |
chat_history[-1] = (chat_history[-1][0], closing)
|
|
|
|
| 607 |
if high_risk:
|
| 608 |
closing = (
|
| 609 |
"I’m concerned about your safety based on what you shared. "
|
| 610 |
+
"If you are in danger or need immediate help, please call 116 123 in the UK, 988 in the U.S. or your local emergency number. "
|
| 611 |
"I'll end the assessment now and display emergency resources."
|
| 612 |
)
|
| 613 |
chat_history[-1] = (chat_history[-1][0], closing)
|