AdemGPT / index.html
Trat80's picture
Create index.html
4d29b30
raw
history blame
357 Bytes
<!DOCTYPE html>
<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>