Spaces:
Running
Running
Diwakar Basnet commited on
Commit ·
53176d5
1
Parent(s): 77d65d0
Updated title
Browse files
app.py
CHANGED
|
@@ -362,13 +362,13 @@ def build_ui():
|
|
| 362 |
filing_choices = get_filing_choices()
|
| 363 |
|
| 364 |
with gr.Blocks(
|
| 365 |
-
title="
|
| 366 |
) as demo:
|
| 367 |
|
| 368 |
# ── Header ──────────────────────────────────────────────────── #
|
| 369 |
gr.HTML("""
|
| 370 |
<div class="fin-header">
|
| 371 |
-
<div class="fin-title">
|
| 372 |
<div class="fin-subtitle">SEC 10-K · HybridRAG · Neo4j · Weaviate · DeepSeek-R1 · Groq</div>
|
| 373 |
</div>
|
| 374 |
""")
|
|
|
|
| 362 |
filing_choices = get_filing_choices()
|
| 363 |
|
| 364 |
with gr.Blocks(
|
| 365 |
+
title="FinRAG",
|
| 366 |
) as demo:
|
| 367 |
|
| 368 |
# ── Header ──────────────────────────────────────────────────── #
|
| 369 |
gr.HTML("""
|
| 370 |
<div class="fin-header">
|
| 371 |
+
<div class="fin-title">FinRAG</div>
|
| 372 |
<div class="fin-subtitle">SEC 10-K · HybridRAG · Neo4j · Weaviate · DeepSeek-R1 · Groq</div>
|
| 373 |
</div>
|
| 374 |
""")
|