Spaces:
Sleeping
Sleeping
Update templates/result.html
Browse files- templates/result.html +10 -0
templates/result.html
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html>
|
| 3 |
+
<head>
|
| 4 |
+
<title>Result</title>
|
| 5 |
+
</head>
|
| 6 |
+
<body>
|
| 7 |
+
<h1>Price Prediction:</h1>
|
| 8 |
+
<p>{{ pp }}</p>
|
| 9 |
+
</body>
|
| 10 |
+
</html>
|