RickyIG commited on
Commit
ea054c3
1 Parent(s): 778202d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def main():
35
  inputs=["file"],
36
  outputs=[output_summary],
37
  title="PDF Summarizer",
38
- description="Langchain based summarization application that's given a PDF file or a text from a text box can then create a summary of the text content. <br> Enter the PDF file and get its summary.",
39
  )
40
 
41
  iface.launch(share=True)
 
35
  inputs=["file"],
36
  outputs=[output_summary],
37
  title="PDF Summarizer",
38
+ description="Langchain based summarization application that's given a PDF file, then create a summary of the text content. <br> Enter the PDF file and get its summary.",
39
  )
40
 
41
  iface.launch(share=True)