Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ title = """
|
|
58 |
<h1>Chatbot for PDFs - GPT-4</h1>
|
59 |
<p style="text-align: center;">Upload a .PDF, click the "Load PDF to LangChain" button, <br />
|
60 |
Wait for the Status to show Ready, start typing your questions. <br />
|
61 |
-
The app is built on GPT-4</p>
|
62 |
</div>
|
63 |
"""
|
64 |
|
|
|
58 |
<h1>Chatbot for PDFs - GPT-4</h1>
|
59 |
<p style="text-align: center;">Upload a .PDF, click the "Load PDF to LangChain" button, <br />
|
60 |
Wait for the Status to show Ready, start typing your questions. <br />
|
61 |
+
The app is built on GPT-4 and leverages PromptTemplate</p>
|
62 |
</div>
|
63 |
"""
|
64 |
|