templates/kidney_detection

parent 5ab58fe6
{% extends 'base.html' %}
{% block main %}
<div style="margin-left: 5%;margin-top: 2%;margin-right: 5%;">
<h2>Detect Kidney Disease</h2>
<div class="alert alert-primary" role="alert">Please input image</div>
</div>
<form action="{{ url_for('process_image_kidney') }}" method="post" enctype="multipart/form-data" style="margin-left: 5%;margin-right: 40%;margin-bottom: 5%;">
<div class="form-group">
<input type="file" name="file" class="form-control" />
<input type="submit" class="btn btn-primary" value="Upload" style="margin-top:2%" />
</div>
</form>
{% endblock %}
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