Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
@@ -154,10 +154,10 @@
|
|
154 |
<body>
|
155 |
<div class="container">
|
156 |
<h1>T2E Vocabulary Exam Generator</h1>
|
157 |
-
<p class="subtitle">Generate Vocabulary Exam from context.<br
|
158 |
<a class="docs-tutorial" target="_blank" href="https://scribehow.com/shared/How_to_use_T2E_Vocabulary_Exam_Generator__vyYu396JT_qZ0jKATVUqeQ">Docs & Tutorial</a>
|
159 |
<form action="/process" method="POST" class="form">
|
160 |
-
<textarea name="text" id="text" cols="
|
161 |
<br>
|
162 |
<label for="cefr_level" class="level">Select CEFR level :</label>
|
163 |
<select name="cefr_level" id="cefr_level" class="cefr">
|
|
|
154 |
<body>
|
155 |
<div class="container">
|
156 |
<h1>T2E Vocabulary Exam Generator</h1>
|
157 |
+
<p class="subtitle">Generate Vocabulary Exam from context.<br>- similar to the SAT -</p>
|
158 |
<a class="docs-tutorial" target="_blank" href="https://scribehow.com/shared/How_to_use_T2E_Vocabulary_Exam_Generator__vyYu396JT_qZ0jKATVUqeQ">Docs & Tutorial</a>
|
159 |
<form action="/process" method="POST" class="form">
|
160 |
+
<textarea name="text" id="text" cols="92" rows="30" class="textbox" placeholder="Enter text here (e.g. The plane is flying)"></textarea>
|
161 |
<br>
|
162 |
<label for="cefr_level" class="level">Select CEFR level :</label>
|
163 |
<select name="cefr_level" id="cefr_level" class="cefr">
|