Update app.py
Browse files
app.py
CHANGED
@@ -73,8 +73,7 @@ with gr.Blocks(theme="compact") as demo:
|
|
73 |
π Interactive QA Bot π
|
74 |
</div>
|
75 |
<p style="text-align: center; font-size: 16px; color: #4A5568;">
|
76 |
-
Upload a PDF document, ask questions, and receive answers based on the document content
|
77 |
-
Powered by <b>Weaviate</b> for document retrieval and <b>Cohere</b> for generating answers.
|
78 |
</p>
|
79 |
<hr style="border: 1px solid #CBD5E0; margin: 20px 0;">
|
80 |
"""
|
|
|
73 |
π Interactive QA Bot π
|
74 |
</div>
|
75 |
<p style="text-align: center; font-size: 16px; color: #4A5568;">
|
76 |
+
Upload a PDF document, ask questions, and receive answers based on the document content.
|
|
|
77 |
</p>
|
78 |
<hr style="border: 1px solid #CBD5E0; margin: 20px 0;">
|
79 |
"""
|