๐ธ
Browse filesSigned-off-by: peter szemraj <peterszemraj@gmail.com>
app.py
CHANGED
@@ -146,7 +146,7 @@ if __name__ == "__main__":
|
|
146 |
|
147 |
gr.Markdown("## Load Inputs")
|
148 |
gr.Markdown("Upload your own file & replace the default")
|
149 |
-
gr.Markdown("_If no file is uploaded, a sample PDF will be
|
150 |
|
151 |
uploaded_file = gr.File(
|
152 |
label="Upload a PDF file",
|
|
|
146 |
|
147 |
gr.Markdown("## Load Inputs")
|
148 |
gr.Markdown("Upload your own file & replace the default")
|
149 |
+
gr.Markdown("_If no file is uploaded, a sample PDF will be used. PDFs are truncated to 20 pages._")
|
150 |
|
151 |
uploaded_file = gr.File(
|
152 |
label="Upload a PDF file",
|