{% extends 'base.html' %} {% block header %}

{% block title %}RAG Chat{% endblock %}

{% endblock %} {% block content %}

Python Tutor

The following chatbot is linked to Questions from Coding Bat specifically from Logic-2. Here you may ask question specific questions.

{{ rag_response | safe }}
{% endblock %}