dhaliwalkaranvir commited on
Commit
96815d8
·
verified ·
1 Parent(s): d85c7af

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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
- <div class="result">
846
  <p><i class="fas fa-tag"></i> Predicted Price in INR:</p>
847
- <strong>{{ "{:,}".format(prediction|float|int) }}</strong>
848
  </div>
849
- {% endif %}
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>