Afeezee commited on
Commit
a2d8d63
·
verified ·
1 Parent(s): 8e2b59e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ interface = gr.Interface(
119
  fn=analyze_document,
120
  inputs=gr.File(label="Upload a PDF or DOCX file"),
121
  outputs=gr.Markdown(label="Literature Analysis"),
122
- title="Automated Literature Review with Consolidated Insights",
123
  description=(
124
  "Upload a PDF or DOCX document, and this tool will analyze it to extract and consolidate its content. "
125
  "It might take a while, be patient. You are advised to upload smaller documents with shorter text as it may take a while to process longer files."
 
119
  fn=analyze_document,
120
  inputs=gr.File(label="Upload a PDF or DOCX file"),
121
  outputs=gr.Markdown(label="Literature Analysis"),
122
+ title="Automated Literature Review",
123
  description=(
124
  "Upload a PDF or DOCX document, and this tool will analyze it to extract and consolidate its content. "
125
  "It might take a while, be patient. You are advised to upload smaller documents with shorter text as it may take a while to process longer files."