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