{% extends "base.html" %} {% block title %}Upload Files — Multi-RAG Studio{% endblock %} {% block extra_head %} {% endblock %} {% block main %} {# ─── PHASE 1 : Login / Time Selection ──────────────────────────────────── #}
⏱ Session Setup

How long do you need?

Your session — and all its data — will be auto-wiped after the timer ends.

{# Time options injected by Jinja from Python constants #}
{% for opt in time_options %} {% endfor %}
{# ─── PHASE 2 : File Upload ──────────────────────────────────────────────── #} {# ─── PHASE 3 : Ingestion ───────────────────────────────────────────────── #} {% endblock %} {% block extra_scripts %} {% endblock %}