TintinMeimei commited on
Commit
378f56a
·
1 Parent(s): 8b314e6

Update static/index.html

Browse files
Files changed (1) hide show
  1. static/index.html +1 -4
static/index.html CHANGED
@@ -13,10 +13,7 @@
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>
 
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" rows="20" cols="50">Translate this to Chinese: I can speak Chinese.</textarea>
 
 
 
17
  </br>
18
  <button id="text-gen-submit">Submit</button>
19
  <h3>Answer: </h3>