Let's Chat Online
X
{% if user_chat_history %} {% for entry in user_chat_history %}
You :
{{ entry.question }}
Bot :
{{ entry.answer }}
👍
👎
{% endfor %} {% endif %}
{% csrf_token %}