JollypopChannel commited on
Commit
61f80dd
1 Parent(s): a160f41

remove unused code in index.html

Browse files
127.0.0.1.txt CHANGED
@@ -10,11 +10,7 @@ __________ T2E Vocabulary Exam Generator __________
10
  | - Happy using T2E Vocabulary Exam Generator! - |
11
  |__________________________________________________|
12
 
13
- What is the meaning of this word "computer" in this sentence "[computer] science"?
14
  - a machine for performing calculations automatically
15
  - an expert at calculation (or at operating calculating machines)
16
 
17
- What is the meaning of this word "science" in this sentence "computer [science]"?
18
- - a particular branch of scientific knowledge
19
- - ability to produce solutions in some problem domain
20
-
 
10
  | - Happy using T2E Vocabulary Exam Generator! - |
11
  |__________________________________________________|
12
 
13
+ What is the meaning of this word "computer" in this sentence "[computer]"?
14
  - a machine for performing calculations automatically
15
  - an expert at calculation (or at operating calculating machines)
16
 
 
 
 
 
__pycache__/model.cpython-310.pyc CHANGED
Binary files a/__pycache__/model.cpython-310.pyc and b/__pycache__/model.cpython-310.pyc differ
 
templates/index.html CHANGED
@@ -170,7 +170,7 @@
170
  <option value="C2">C2</option>
171
  </select>
172
  <br>
173
- <button type="submit" id="changeText" value="Generate" class="generate">Generate</button>
174
  </form>
175
  </div>
176
  <a href="https://nontgcob.com/" target="_blank" class="dev">
 
170
  <option value="C2">C2</option>
171
  </select>
172
  <br>
173
+ <button id="changeText" class="generate">Generate</button>
174
  </form>
175
  </div>
176
  <a href="https://nontgcob.com/" target="_blank" class="dev">