U.AE-SITE / templates /chat.html
Ritesh-hf's picture
Update templates/chat.html
e49c62e verified
raw
history blame contribute delete
301 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chat with LLM</title>
<link rel="stylesheet" href="../static/styles.css">
</head>
<body>
<h3>This is a RAG application</h3>
</body>
</html>