Spaces:
Running
Running
<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> | |