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