kk20krishna commited on
Commit
16fa660
·
verified ·
1 Parent(s): 8065023

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=[["Shri Health Suraksha Insurance Policy.pdf"]] #,["small-insudoc.pdf"],["Principal-Sample-Life-Insurance-Policy.pdf"]],
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=[["Shri Health Suraksha Insurance Policy.pdf"]], #,["small-insudoc.pdf"],["Principal-Sample-Life-Insurance-Policy.pdf"]],
326
  inputs=[pdf_file],
327
  label="Example PDFs"
328
  )