lekkalar commited on
Commit
618da7e
1 Parent(s): 9121213

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ title = """
58
  <h1>Chatbot for PDFs - GPT-4</h1>
59
  <p style="text-align: center;">Upload a .PDF, click the "Load PDF to LangChain" button, <br />
60
  Wait for the Status to show Ready, start typing your questions. <br />
61
- The app is built on GPT-4</p>
62
  </div>
63
  """
64
 
 
58
  <h1>Chatbot for PDFs - GPT-4</h1>
59
  <p style="text-align: center;">Upload a .PDF, click the "Load PDF to LangChain" button, <br />
60
  Wait for the Status to show Ready, start typing your questions. <br />
61
+ The app is built on GPT-4 and leverages PromptTemplate</p>
62
  </div>
63
  """
64