DeepSoft-Tech commited on
Commit
a2f575f
·
verified ·
1 Parent(s): c7f6ae8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -76,8 +76,8 @@ interface = gr.Interface(
76
  gr.Radio(["Bullets", "Key Takeaways", "Concise Paragraph"], label="📌 Summary Style", value="Key Takeaways"),
77
  ],
78
  outputs="text",
79
- title="📄 PDF Summarizer (Text-Based PDFs Only)",
80
- description="Upload a PDF file (text-based only) and get a structured summary. Not for scanned/image PDFs.",
81
  )
82
 
83
  # Run the app
 
76
  gr.Radio(["Bullets", "Key Takeaways", "Concise Paragraph"], label="📌 Summary Style", value="Key Takeaways"),
77
  ],
78
  outputs="text",
79
+ title="📄 Insurance Policy Document Summarizer",
80
+ description="Upload a policy and get summary.",
81
  )
82
 
83
  # Run the app