Let's Chat Online

{% if user_chat_history %} {% for entry in user_chat_history %}
You : {{ entry.question }}
Bot : {{ entry.answer }}
{% endfor %} {% endif %}
{% csrf_token %}