YingxuHe commited on
Commit
2b4da4f
·
1 Parent(s): a619426
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -77,10 +77,8 @@ css = """
77
 
78
  title = """
79
  <div style="text-align: center;max-width: 700px;">
80
- <h1>Chat with PDF • OpenAI</h1>
81
- <p style="text-align: center;">Upload a .PDF from your computer, click the "Load PDF to LangChain" button, <br />
82
- when everything is ready, you can start asking questions about the pdf ;) <br />
83
- This version is set to store chat history, and uses OpenAI as LLM, don't forget to copy/paste your OpenAI API key</p>
84
  </div>
85
  """
86
 
 
77
 
78
  title = """
79
  <div style="text-align: center;max-width: 700px;">
80
+ <h1>Chat with Yingxu</h1>
81
+ <p style="text-align: center;">Free feel to talk about anything :)</p>
 
 
82
  </div>
83
  """
84