Update app.py
Browse files
app.py
CHANGED
|
@@ -309,7 +309,7 @@ with gr.Blocks(theme='shivi/calm_seafoam', title="📄 Insurance Policy AIdvisor
|
|
| 309 |
gr.Markdown("# Insurance Policy AIdvisor App")
|
| 310 |
gr.Markdown("### Upload policy and converse")
|
| 311 |
with gr.Tab("📄 Upload PDF"):
|
| 312 |
-
gr.Markdown("### Upload a PDF. And Intellignet
|
| 313 |
pdf_file = gr.File(label="📤 Upload a PDF", file_types=[".pdf"])
|
| 314 |
ocr_status = gr.Textbox(label="Processing Status", interactive=False)
|
| 315 |
|
|
|
|
| 309 |
gr.Markdown("# Insurance Policy AIdvisor App")
|
| 310 |
gr.Markdown("### Upload policy and converse")
|
| 311 |
with gr.Tab("📄 Upload PDF"):
|
| 312 |
+
gr.Markdown("### Upload a PDF. And Intellignet Document Processing will automatically process it using ABBYY Vantage, Agent Factory, ChromaDB and LangChain")
|
| 313 |
pdf_file = gr.File(label="📤 Upload a PDF", file_types=[".pdf"])
|
| 314 |
ocr_status = gr.Textbox(label="Processing Status", interactive=False)
|
| 315 |
|