Skip to content

Commit ac1253f

Browse files
Added image
1 parent 15d6f3a commit ac1253f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

static/diabetes_image.jpg

95.9 KB
Loading

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<div class="col-lg-3 col-md-4 col-sm-11">
4141
<div class="card">
4242
<img class="card-img-top"
43-
src="https://partheniumprojects.com/wp-content/uploads/2018/12/Diabetes-prediction-2.png" width="150"
43+
src="{{ url_for('static', filename='diabetes_image.jpg') }}" width="150"
4444
height="200" alt="">
4545
<div class="card-body">
4646
<h4 class="card-title">Diabetes Prediction</h4>

0 commit comments

Comments
 (0)