plozia commited on
Commit
54f5976
·
verified ·
1 Parent(s): 7b82ba4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ with gr.Blocks(css=custom_css) as demo:
87
  gr.HTML("<h1 id='header'>PDF Splitter & Merger</h1>")
88
  gr.Markdown(
89
  "**Free & Quick Solution**: Process your PDFs in-memory instantly without storage.\n"
90
- "Use the **Split** tab to extract specific pages or the **Merge** tab to combine multiple PDFs into one.\n"
91
  "Maximum file size: **1 GB**. If you'd like me to increase the limit, feel free to DM me or clone the space and adjust the code yourself."
92
  )
93
 
 
87
  gr.HTML("<h1 id='header'>PDF Splitter & Merger</h1>")
88
  gr.Markdown(
89
  "**Free & Quick Solution**: Process your PDFs in-memory instantly without storage.\n"
90
+ "Use the **Split** tab to extract specific pages or the **Merge** tab to combine multiple PDFs into one.\n\n"
91
  "Maximum file size: **1 GB**. If you'd like me to increase the limit, feel free to DM me or clone the space and adjust the code yourself."
92
  )
93