<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> | |