Tulika2000 commited on
Commit
c47719d
·
verified ·
1 Parent(s): b3b38b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="📄 Advanced PDF Summarizer",
71
- description="Upload a PDF file and get a structured summary with customization options."
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