qdrant-flask / templates /index.html
aymanemalih's picture
Upload 2 files
166a7ff
raw
history blame
No virus
320 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Ask Questions</title>
</head>
<body>
<h1>Ask Questions</h1>
<form action="/ask" method="post">
<label for="question">Your Question:</label>
<input type="text" name="question" required>
<input type="submit" value="Ask">
</form>
</body>
</html>