Spaces:
Sleeping
Sleeping
Commit
·
32e8999
1
Parent(s):
5319c9c
Update templates/prediction.html
Browse files
templates/prediction.html
CHANGED
@@ -1,14 +1,11 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<head>
|
4 |
-
|
5 |
</head>
|
6 |
<body>
|
7 |
-
|
8 |
-
|
9 |
-
|
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>
|