web-agent / templates /chat.html
Ritesh-hf's picture
update index
1c806b3
raw
history blame contribute delete
356 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>
</head>
<body>
<div style="width: 100%; height: 100vh; display: flex; align-items: center; justify-content: center;">
<h3>This is a demo</h3>
</div>
</body>
</html>