TintinMeimei commited on
Commit
8b314e6
1 Parent(s): 66b6471

Update static/index.html

Browse files
Files changed (1) hide show
  1. static/index.html +8 -6
static/index.html CHANGED
@@ -2,7 +2,7 @@
2
  <html lang="en">
3
  <head>
4
  <meta charset="UTF-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
  <title>Have Fun with Cool AI!</title>
7
  <link rel="stylesheet" href="style.css" />
8
  <script type="module" src="script.js"></script>
@@ -13,12 +13,14 @@
13
  <h1>Have Fun with Cool AI!</h1>
14
  <form class="text-gen-form">
15
  <label for="text-gen-input">Text prompt</label>
16
- <input
17
- id="text-gen-input"
18
- type="text"
19
- value="Translate this sentence to French: I can speak Chinese"
20
- />
21
  <button id="text-gen-submit">Submit</button>
 
 
22
  <p class="text-gen-output"></p>
23
  </form>
24
  </section>
 
2
  <html lang="en">
3
  <head>
4
  <meta charset="UTF-8" />
5
+
6
  <title>Have Fun with Cool AI!</title>
7
  <link rel="stylesheet" href="style.css" />
8
  <script type="module" src="script.js"></script>
 
13
  <h1>Have Fun with Cool AI!</h1>
14
  <form class="text-gen-form">
15
  <label for="text-gen-input">Text prompt</label>
16
+ <textarea id="text-gen-input" name="story"
17
+ rows="20" cols="50">
18
+
19
+ </textarea>
20
+ </br>
21
  <button id="text-gen-submit">Submit</button>
22
+ <h3>Answer: </h3>
23
+ </br>
24
  <p class="text-gen-output"></p>
25
  </form>
26
  </section>