Spaces:
Runtime error
Runtime error
Update templates/index.html
Browse files- templates/index.html +4 -4
templates/index.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
<!DOCTYPE html>
|
| 2 |
<html lang="en">
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8" />
|
|
@@ -842,11 +842,11 @@
|
|
| 842 |
</form>
|
| 843 |
|
| 844 |
{% if prediction %}
|
| 845 |
-
|
| 846 |
<p><i class="fas fa-tag"></i> Predicted Price in INR:</p>
|
| 847 |
-
<strong>
|
| 848 |
</div>
|
| 849 |
-
|
| 850 |
</div>
|
| 851 |
</div>
|
| 852 |
</div>
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
<html lang="en">
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8" />
|
|
|
|
| 842 |
</form>
|
| 843 |
|
| 844 |
{% if prediction %}
|
| 845 |
+
<div class="result">
|
| 846 |
<p><i class="fas fa-tag"></i> Predicted Price in INR:</p>
|
| 847 |
+
<strong>{{ prediction }}</strong>
|
| 848 |
</div>
|
| 849 |
+
{% endif %}
|
| 850 |
</div>
|
| 851 |
</div>
|
| 852 |
</div>
|