+ +
+ + + +
+ + + {% if document_loaded %} +
+
+
+
+

{{ filename }}

+

{{ chunk_count }} sections โ€ข Uploaded {{ upload_time }}

+
+
+
+ + +
+
+ {% endif %} + + +
+ {% if document_loaded %} +
+ {% if current_session_id and chat_sessions.get(current_session_id) %} + {% for msg in chat_sessions[current_session_id]['messages'] %} +
+
+ {{ msg.message }} + {% if msg.response_data %} +
{{ msg.response_data.get('justification', '') }}
+ {% endif %} +
+
{{ msg.timestamp }}
+
+ {% endfor %} + {% else %} +
+
+ +
+

Start a conversation

+

Ask me anything about your PDF document

+
+ {% endif %} +
+ +
+
+ + +
+
+ {% else %} +
+
+ +
+

Welcome to IntelliQuery

+

Upload a PDF document to start chatting with AI

+ +
+ {% endif %} +
+