Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -67,8 +67,8 @@ interface = gr.Interface(
|
|
67 |
gr.Radio(["Bullets", "Key Takeaways", "Concise Paragraph"], label="Summary Style", value="Key Takeaways"),
|
68 |
],
|
69 |
outputs="text",
|
70 |
-
title="📄
|
71 |
-
|
72 |
)
|
73 |
|
74 |
# Run the app
|
|
|
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 |
|
74 |
# Run the app
|