Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -565,8 +565,8 @@ def create_interface():
|
|
565 |
with gr.Column():
|
566 |
gr.HTML("""
|
567 |
<div class="header">
|
568 |
-
<h1>Agentic RAG Assistant</h1>
|
569 |
-
<p>Upload documents and ask questions - powered by
|
570 |
</div>
|
571 |
""")
|
572 |
|
|
|
565 |
with gr.Column():
|
566 |
gr.HTML("""
|
567 |
<div class="header">
|
568 |
+
<h1>DocAgent-Agentic RAG Assistant</h1>
|
569 |
+
<p>Upload documents and ask questions - powered by Meta-llama 3.1</p>
|
570 |
</div>
|
571 |
""")
|
572 |
|