Update app.py
Browse files
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
|
| 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
|
| 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 |
"""
|