<html> | |
<head> | |
<title>¡Habla con AdemGPT!</title> | |
</head> | |
<body> | |
<h1>¡Habla con AdemGPT!</h1> | |
<form action="/generate" method="post"> | |
<label for="prompt">Ingresa tu texto:</label><br> | |
<input type="text" id="prompt" name="prompt"><br><br> | |
<input type="submit" value="Generar"> | |
</form> | |
</body> | |
</html> | |