pszemraj commited on
Commit
9792c03
ยท
1 Parent(s): 470cf7c

๐Ÿšธ

Browse files

Signed-off-by: peter szemraj <peterszemraj@gmail.com>

Files changed (1) hide show
  1. app.py +1 -1
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 used_")
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",