lekkalar commited on
Commit
128ed30
1 Parent(s): 04bbf60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -69,10 +69,10 @@ css="""
69
 
70
  title = """
71
  <div style="text-align: center;max-width: 700px;">
72
- <h1>Chat with PDF OpenAI</h1>
73
  <p style="text-align: center;">Upload a .PDF, click the "Load PDF to LangChain" button, <br />
74
- when everything is ready, go ahead and start typing your questions <br />
75
- This version is set to store chat history, and uses gpt-4 as LLM</p>
76
  </div>
77
  """
78
 
 
69
 
70
  title = """
71
  <div style="text-align: center;max-width: 700px;">
72
+ <h1>Chatbot for PDFs - GPT-4</h1>
73
  <p style="text-align: center;">Upload a .PDF, click the "Load PDF to LangChain" button, <br />
74
+ wait for the Status to show Ready, start typing your questions <br />
75
+ The app is set to store chat history and is built on GPT-4</p>
76
  </div>
77
  """
78