Update app.py
Browse files
app.py
CHANGED
|
@@ -322,7 +322,7 @@ with gr.Blocks(theme='shivi/calm_seafoam', title="📄 Insurance Policy AIdvisor
|
|
| 322 |
pdf_file.change(process_pdf_ocr, inputs=[pdf_file], outputs=[ocr_status])
|
| 323 |
|
| 324 |
gr.Examples(
|
| 325 |
-
examples=[["small-insudoc.pdf"],["Principal-Sample-Life-Insurance-Policy.pdf"], [NIC - National Mediclaim Plus Policy]],
|
| 326 |
inputs=[pdf_file],
|
| 327 |
label="Example PDFs"
|
| 328 |
)
|
|
|
|
| 322 |
pdf_file.change(process_pdf_ocr, inputs=[pdf_file], outputs=[ocr_status])
|
| 323 |
|
| 324 |
gr.Examples(
|
| 325 |
+
examples=[["small-insudoc.pdf"],["Principal-Sample-Life-Insurance-Policy.pdf"], ["NIC - National Mediclaim Plus Policy.pdf"]],
|
| 326 |
inputs=[pdf_file],
|
| 327 |
label="Example PDFs"
|
| 328 |
)
|