瀏覽代碼

Delete 'Supportgpt/templates/index1.html'

SadhulaSaiKumar 1 年之前
父節點
當前提交
c8a9508c3d
共有 1 個檔案被更改,包括 0 行新增20 行删除
  1. 0
    20
      Supportgpt/templates/index1.html

+ 0
- 20
Supportgpt/templates/index1.html 查看文件

@@ -1,20 +0,0 @@
1
-<!DOCTYPE html>
2
-<html>
3
-<head>
4
-    <title>Langchain QA</title>
5
-</head>
6
-<body>
7
-    <h1>Langchain Question Answering</h1>
8
-    <form method="POST">
9
-        <label for="question">Enter your question:</label>
10
-        <input type="text" name="question" id="question">
11
-        <input type="submit" value="Ask">
12
-    </form>
13
-    {% if result %}
14
-    <h2>Answer:</h2>
15
-    <p>{{ result }}</p>
16
-
17
-    {% endif %}
18
-
19
-</body>
20
-</html>

Loading…
取消
儲存