aus10powell commited on
Commit
c34bc94
1 Parent(s): 5e4ad05

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -25,7 +25,7 @@
25
  <option value="ylecun">ylecun</option>
26
  </select>
27
  <textarea id="input" placeholder="Enter text here...">Hello world...!?</textarea>
28
- <button id="generate">Generate</button> // onclick="generateTweets()"
29
  <textarea id="output" placeholder="Generated text will appear here..."></textarea>
30
  </div>
31
  <div id="form">
 
25
  <option value="ylecun">ylecun</option>
26
  </select>
27
  <textarea id="input" placeholder="Enter text here...">Hello world...!?</textarea>
28
+ <button id="generate">Generate</button>
29
  <textarea id="output" placeholder="Generated text will appear here..."></textarea>
30
  </div>
31
  <div id="form">