Ritesh-hf's picture
Update templates/chat.html
7f2bfa9 verified
raw
history blame contribute delete
362 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 space</h3>
</div>
</body>
</html>