Spaces:
Running
Running
File size: 567 Bytes
ea3ad67 2b23897 ea3ad67 2b23897 df6a09f 2b23897 df6a09f 2b23897 ea3ad67 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
<!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> |