nehalelkaref commited on
Commit
32e8999
·
1 Parent(s): 5319c9c

Update templates/prediction.html

Browse files
Files changed (1) hide show
  1. templates/prediction.html +4 -7
templates/prediction.html CHANGED
@@ -1,14 +1,11 @@
1
  <!DOCTYPE html>
2
  <html>
3
  <head>
4
- <title>Result</title>
5
  </head>
6
  <body>
7
- <div class="bg-info" align="center">
8
- <h2>Results</h2>
9
- </div>
10
- <div id="output"></div>
11
- <p class="output-statement">{{output}}</p>
12
- </div>
13
  </body>
14
  </html>
 
1
  <!DOCTYPE html>
2
  <html>
3
  <head>
4
+
5
  </head>
6
  <body>
7
+ {% if output == "GULF": %}
8
+ <p class="output-statement">{{output}}</p>
9
+ {% endif %}
 
 
 
10
  </body>
11
  </html>