merterbak commited on
Commit
78a69ea
·
verified ·
1 Parent(s): 9e01178

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 passed to LLM</p>
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 = """