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