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 %} + + +