Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ interface = gr.Interface(
|
|
67 |
gr.Radio(["Bullets", "Key Takeaways", "Concise Paragraph"], label="Summary Style", value="Key Takeaways"),
|
68 |
],
|
69 |
outputs="text",
|
70 |
-
title="📄
|
71 |
Description "Upload a PDF file and get a structured summary with customization options."
|
72 |
)
|
73 |
|
|
|
67 |
gr.Radio(["Bullets", "Key Takeaways", "Concise Paragraph"], label="Summary Style", value="Key Takeaways"),
|
68 |
],
|
69 |
outputs="text",
|
70 |
+
title="📄PDF Summarizer",
|
71 |
Description "Upload a PDF file and get a structured summary with customization options."
|
72 |
)
|
73 |
|