Upload files to 'Supportgpt/templates'
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Langchain QA</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Langchain Question Answering</h1>
|
||||
<form method="POST">
|
||||
<label for="question">Enter your question:</label>
|
||||
<input type="text" name="question" id="question">
|
||||
<input type="submit" value="Ask">
|
||||
</form>
|
||||
{% if result %}
|
||||
<h2>Answer:</h2>
|
||||
<p>{{ result }}</p>
|
||||
|
||||
{% endif %}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user