Spaces:
Running
Running
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<link rel="stylesheet" href="styles.css"> | |
<title>Chatbot Llama 3.2</title> | |
</head> | |
<body> | |
<div class="chat-container"> | |
<div class="chat-box" id="chat-box"></div> | |
<input type="text" id="user-input" placeholder="Digite sua mensagem..."> | |
<button onclick="sendMessage()">Enviar</button> | |
</div> | |
<script src="script.js"></script> | |
</body> | |
</html> |