{% extends "base.html" %} {% block title %}Upload - {{ mode|title }} Analysis{% endblock %} {% block content %}

{% if mode == 'fundus' %} 👁️ Fundus Image Analysis {% elif mode == 'oct' %} 📊 OCT Scan Analysis {% else %} 🔬 Multimodal Fusion Analysis {% endif %}

{% if mode == 'multimodal' %}
📁

Click or drag fundus image here

Supported: JPG, PNG
📁

Click or drag OCT image here

Supported: JPG, PNG
{% elif mode == 'fundus' %}
📁

Click or drag fundus image here

Supported: JPG, PNG
{% else %}
📁

Click or drag OCT image here

Supported: JPG, PNG
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}