Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ TITLE = "<h1><center>Multi-Document RAG with LLama 3.1-8B Model</center></h1>"
|
|
48 |
DESCRIPTION = """
|
49 |
<center>
|
50 |
<p>Upload PDF or text files to get started!</p>
|
51 |
-
<p>After asking question wait for RAG system to get relevant nodes and
|
52 |
</center>
|
53 |
"""
|
54 |
CSS = """
|
|
|
48 |
DESCRIPTION = """
|
49 |
<center>
|
50 |
<p>Upload PDF or text files to get started!</p>
|
51 |
+
<p>After asking question wait for RAG system to get relevant nodes and pass to LLM</p>
|
52 |
</center>
|
53 |
"""
|
54 |
CSS = """
|