Update app.py
Browse files
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 |
|