fffiloni commited on
Commit
3f410fb
·
1 Parent(s): 62bfe57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -66,9 +66,10 @@ css="""
66
 
67
  title = """
68
  <div style="text-align: center;max-width: 700px;">
69
- <h1>Chat with PDF</h1>
70
  <p style="text-align: center;">Upload a .PDF from your computer, click the "Load PDF to LangChain" button, <br />
71
- when everything is ready, you can start asking questions about the pdf ;)</p>
 
72
  </div>
73
  """
74
 
 
66
 
67
  title = """
68
  <div style="text-align: center;max-width: 700px;">
69
+ <h1>Chat with PDF • OpenAI</h1>
70
  <p style="text-align: center;">Upload a .PDF from your computer, click the "Load PDF to LangChain" button, <br />
71
+ when everything is ready, you can start asking questions about the pdf ;) <br />
72
+ This version is set to store chat history, and uses OpenAI as LLM, don't forget to copy/paste your OpenAI API key</p>
73
  </div>
74
  """
75