pszemraj commited on
Commit
23f1fc4
β€’
1 Parent(s): 64e2a0b

add note about uploads

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,7 +145,7 @@ if __name__ == "__main__":
145
  with gr.Column():
146
 
147
  gr.Markdown("## Load Inputs")
148
- gr.Markdown("Upload your own file & replace the default")
149
  gr.Markdown(
150
  "_If no file is uploaded, a sample PDF will be used. PDFs are truncated to 20 pages._"
151
  )
 
145
  with gr.Column():
146
 
147
  gr.Markdown("## Load Inputs")
148
+ gr.Markdown("Upload your own file & replace the default. Files should be < 10MB to avoid upload issues - search for a PDF compressor online as needed.")
149
  gr.Markdown(
150
  "_If no file is uploaded, a sample PDF will be used. PDFs are truncated to 20 pages._"
151
  )