Spaces:
Sleeping
Sleeping
File size: 429 Bytes
036069c 296977c 036069c 296977c 036069c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<main>
<section id="text-gen">
<h2>Have fun with Cool AI!</h2>
<form class="text-gen-form">
<label for="text-gen-input">Text prompt</label>
<input
id="text-gen-input"
type="text"
value="Translate this sentence to French. Sentence: I can speak Chinese."
/>
<button id="text-gen-submit">Submit</button>
<p class="text-gen-output"></p>
</form>
</section>
</main> |