Spaces:
Running
Running
File size: 410 Bytes
48ec4db |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
{% extends "base.html" %}
{% block title %}
<title>The Ultimate RAG</title>
{% endblock %}
{% block content %}
<div class="container text-center d-flex align-items-center justify-content-center" style="height: 100vh; color: #111827">
<div>
<h1 class="display-4 fw-bold">The Ultimate RAG</h1>
<p class="lead">ask anything...</p>
</div>
</div>
{% endblock %} |