Update app.py
Browse files
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="📄
|
80 |
-
description="Upload a
|
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
|