Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -69,10 +69,10 @@ css="""
|
|
69 |
|
70 |
title = """
|
71 |
<div style="text-align: center;max-width: 700px;">
|
72 |
-
<h1>
|
73 |
<p style="text-align: center;">Upload a .PDF, click the "Load PDF to LangChain" button, <br />
|
74 |
-
|
75 |
-
|
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 |
|