소스 검색

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
-<!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…
취소
저장