lekkalar commited on
Commit
bfea329
·
1 Parent(s): baa4fe1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -272,9 +272,9 @@ css="""
272
 
273
  title = """
274
  <div style="text-align: center;max-width: 700px;">
275
- <h1>Chatbot for PDFs - GPT-4</h1>
276
  <p style="text-align: center;">Upload a .PDF, click the "Upload PDF and generate embeddings" button, <br />
277
- Wait for the Status to show Ready. You can chose to get answers to the pre-defined question set OR ask your own question <br />
278
  The app is built on GPT-4 and leverages the magic of PromptTemplate</p>
279
  </div>
280
  """
 
272
 
273
  title = """
274
  <div style="text-align: center;max-width: 700px;">
275
+ <h1>AskMoli - Chatbot for PDFs</h1>
276
  <p style="text-align: center;">Upload a .PDF, click the "Upload PDF and generate embeddings" button, <br />
277
+ Wait for the Status to show Ready. You can choose to get answers to the pre-defined question set OR ask your own question <br />
278
  The app is built on GPT-4 and leverages the magic of PromptTemplate</p>
279
  </div>
280
  """