Query Interface

{% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %} {% if flash_message %} {% endif %}
{% if uploaded_file %}

Uploaded PDF: {{ uploaded_file }}

{% else %}


{% endif %}





{% if user_query and refined_query and model %}

Submitted queries:

{{ user_query }}

Refined queries:

{{ refined_query }}

Chat GPT Model:

{{ model }}

{% endif %}

Response:

{{ response|safe }}