Spaces:
Sleeping
Sleeping
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<title>Have Fun with Cool AI!</title> | |
<link rel="stylesheet" href="style.css" /> | |
<script type="module" src="script.js"></script> | |
</head> | |
<body> | |
<main> | |
<section id="text-gen"> | |
<h1>Have Fun with Cool AI!</h1> | |
<form class="text-gen-form"> | |
<label for="text-gen-input">Text prompt</label> | |
<textarea id="text-gen-input" name="story" rows="20" cols="50">Translate this to Chinese: I can speak English.</textarea> | |
</br> | |
<button id="text-gen-submit">Submit</button> | |
<h3>Answer: </h3> | |
</br> | |
<p class="text-gen-output"></p> | |
</form> | |
</section> | |
</main> | |
</body> | |
</html> |