kk20krishna commited on
Commit
6acf99c
·
verified ·
1 Parent(s): 2914bb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Automation Processng will automatically processing it using ABBYY Vantage, 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
 
 
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