File size: 738 Bytes
cab04fe
 
 
 
8b314e6
cab04fe
 
 
 
 
 
 
 
 
 
c93b200
8b314e6
cab04fe
8b314e6
 
cab04fe
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<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>