From c8a9508c3db514ccec8e500b944579444c798ff4 Mon Sep 17 00:00:00 2001 From: SadhulaSaiKumar Date: Mon, 8 Jan 2024 05:00:57 +0000 Subject: [PATCH] Delete 'Supportgpt/templates/index1.html' --- Supportgpt/templates/index1.html | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Supportgpt/templates/index1.html diff --git a/Supportgpt/templates/index1.html b/Supportgpt/templates/index1.html deleted file mode 100644 index d512a02..0000000 --- a/Supportgpt/templates/index1.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - Langchain QA - - -

Langchain Question Answering

-
- - - -
- {% if result %} -

Answer:

-

{{ result }}

- - {% endif %} - - -