{% extends "base.html" %} {% block title %}Error - Multi-Personality Chat Bot{% endblock %} {% block content %}

Oops! Something went wrong 🤖

{% if error_message %}

{{ error_message }}

{% else %}

An unexpected error occurred. Please try again.

{% endif %}
{% if error_details %}
Error Details:
{{ error_details }}
{% endif %}
What you can do:

Refresh the page and try again

Choose a different personality

Check your internet connection

{% endblock %} {% block scripts %} {% endblock %}