aimal-khan commited on
Commit
810ead9
·
verified ·
1 Parent(s): ec2a474

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ iface = gr.Interface(
46
  gr.Textbox(label="Ask a Question") # For asking the question (though not used directly here, it's part of the interface)
47
  ],
48
  outputs="text", # Output is text (the summary)
49
- title="Interactive PDF Summarization and Q&A System", # Title of the app
50
  description="Upload a PDF and ask a question to get a summary of the document." # Description
51
  )
52
 
 
46
  gr.Textbox(label="Ask a Question") # For asking the question (though not used directly here, it's part of the interface)
47
  ],
48
  outputs="text", # Output is text (the summary)
49
+ title="PDF Summarization and Q&A System", # Title of the app
50
  description="Upload a PDF and ask a question to get a summary of the document." # Description
51
  )
52