Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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 |
|