Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
yrobel-lima
commited on
Upload error_message_template.py
Browse files
utils/error_message_template.py
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
ERROR_MESSAGE = (
|
2 |
+
"Something went wrong while processing your request. "
|
3 |
+
"Please refresh the page or try again later.\n\n"
|
4 |
+
"If the error persists, please contact us at "
|
5 |
+
"[Tall Tree Health](https://www.talltreehealth.ca/contact-us)."
|
6 |
+
)
|