From c5d5ea9a248b40c60f15e650c59e1fcf6a020c0e Mon Sep 17 00:00:00 2001 From: SadhulaSaiKumar Date: Mon, 8 Jan 2024 04:53:11 +0000 Subject: [PATCH] Upload files to 'Supportgpt/templates' --- Supportgpt/templates/index1.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Supportgpt/templates/index1.html diff --git a/Supportgpt/templates/index1.html b/Supportgpt/templates/index1.html new file mode 100644 index 0000000..d512a02 --- /dev/null +++ b/Supportgpt/templates/index1.html @@ -0,0 +1,20 @@ + + + + Langchain QA + + +

Langchain Question Answering

+
+ + + +
+ {% if result %} +

Answer:

+

{{ result }}

+ + {% endif %} + + +