qdrant-flask / templates /results.html
aymanemalih's picture
Upload 2 files
166a7ff
raw
history blame
No virus
175 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Result</title>
</head>
<body>
<h1>Result</h1>
<p>{{ response }}</p>
<a href="/">Back to Ask Questions</a>
</body>
</html>