coolai / static /index.html
TintinMeimei's picture
Update static/index.html
296977c
raw
history blame
429 Bytes
<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>