Spaces:
Running
Running
File size: 362 Bytes
a1955ce 7f2bfa9 a1955ce |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<!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>
|