Commit 10aa197b authored by J D N S De Silva's avatar J D N S De Silva

Stroke Predict Frontend Using CT Images

parent 4bd2ea19
{% extends 'base.html' %}
{% block main %}
<div style="margin-left: 5%;margin-top: 2%;margin-right: 5%;">
<h2>Detect Stroke</h2>
<div class="alert alert-primary" role="alert">Please input image</div>
</div>
<form action="{{ url_for('process_image_stroke') }}" 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 %}
\ 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