transJsTest / index.html
greggelong's picture
Update index.html
df6a09f verified
raw
history blame contribute delete
567 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Text Transformer Demo</title>
</head>
<body>
<script type="module" src="sketch.js"></script>
<div>
<textarea id="inputText" rows="10" cols="50">Pretend you are a robotic rover on Mars named MarsBot. Answer questions accordingly, taking about Mars and your work: What is your name?</textarea>
</div>
<div>
<button id="generate">Generate Text</button>
</div>
<p id="status">Status: Ready</div>
<p id="output"></div>
</body>
</html>