ai-virtual-assistant / utils /error_message_template.py
yrobel-lima's picture
Upload error_message_template.py
2a351ef verified
raw
history blame
258 Bytes
ERROR_MESSAGE = (
"Something went wrong while processing your request. "
"Please refresh the page or try again later.\n\n"
"If the error persists, please contact us at "
"[Tall Tree Health](https://www.talltreehealth.ca/contact-us)."
)