Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update templates/index.html
Browse files- templates/index.html +1 -1
 
    	
        templates/index.html
    CHANGED
    
    | 
         @@ -157,7 +157,7 @@ 
     | 
|
| 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=" 
     | 
| 161 | 
         
             
                            <br>
         
     | 
| 162 | 
         
             
                            <label for="cefr_level" class="level">Select CEFR level :</label>
         
     | 
| 163 | 
         
             
                            <select name="cefr_level" id="cefr_level" class="cefr">
         
     | 
| 
         | 
|
| 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="96" 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">
         
     |