templates/kidney.html

parent 77fd5675
{% extends 'base.html' %}
{% block main %}
<div class="container">
<div class="row">
<div class="col-md-4" style="margin-top: 5%;margin-left: 10%;">
<div class="card">
<img src="/static/text.png" class="card-img-top" alt="..." />
<div class="card-body" style="padding-top: 30%;">
<a href="{{ url_for('predictKidneypage') }}" class="btn btn-primary">Chronic Kidney Disease
Diagnosis</a>
<p class="card-text">Our web-based diagnostic tool enables easy and accurate diagnosis of chronic
kidney disease, empowering patients to take control of their health.</p>
</div>
</div>
</div>
<div class="col-md-4" style="margin-top: 5%;margin-left: 10%;">
<div class="card" style="padding-bottom: 8%;">
<img src="/static/ct.png" class="card-img-top" alt="..." />
<div class="card-body">
<a href="{{ url_for('kidneyDisease') }}" class="btn btn-primary">Detect Chronic Kidney
Disease</a>
<p class="card-text">This website can easily diagnose Chronic Kidney Disease using CT images,
providing a quick and accurate diagnosis for patients.</p>
</div>
</div>
</div>
</div>
</div>
{% endblock %}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment