nehalelkaref commited on
Commit
5319c9c
โ€ข
1 Parent(s): fb29688

Update templates/home.html

Browse files
Files changed (1) hide show
  1. templates/home.html +3 -5
templates/home.html CHANGED
@@ -16,12 +16,10 @@
16
  <textarea name="comment" required="true" rows="1" cols="40"></textarea>
17
  <br>
18
  <input type="submit" value="ุตูŽู†ูู" class="button-89">
19
- <div id="output">
20
- {% if output == "GULF": %}
21
- <p class="output-statement">{{output}}</p>
22
- {% endif %}
23
 
24
- </div>
25
  </form>
26
  </div>
27
  </body>
 
16
  <textarea name="comment" required="true" rows="1" cols="40"></textarea>
17
  <br>
18
  <input type="submit" value="ุตูŽู†ูู" class="button-89">
19
+ <br>
20
+
21
+ {% include 'prediction.html' %}
 
22
 
 
23
  </form>
24
  </div>
25
  </body>