sabazo commited on
Commit
0794e40
1 Parent(s): af0bbbe

updated greeting text

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -55,9 +55,9 @@ css="""
55
 
56
  title = """
57
  <div style="text-align: center;max-width: 700px;">
58
- <h1>Chat with PDF</h1>
59
- <p style="text-align: center;">Upload a .PDF from your computer, click the "Load PDF to LangChain" button, <br />
60
- when everything is ready, you can start asking questions about the pdf ;)</p>
61
  </div>
62
  """
63
 
 
55
 
56
  title = """
57
  <div style="text-align: center;max-width: 700px;">
58
+ <h1>Chat with the RAY Docs</h1>
59
+ <p style="text-align: center;">The AI bot is here to help you with the RAY Documentation, <br />
60
+ start asking questions about the open-source software </p>
61
  </div>
62
  """
63