Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -174,7 +174,7 @@ def on_extract(pdf_file_path, extraction_mode, start_page, end_page):
|
|
174 |
return None, None, f"Extraction failed: {e}"
|
175 |
|
176 |
with gr.Blocks() as demo:
|
177 |
-
gr.Markdown("# π PDF Text Extractor with
|
178 |
|
179 |
with gr.Row():
|
180 |
pdf_input = gr.File(
|
|
|
174 |
return None, None, f"Extraction failed: {e}"
|
175 |
|
176 |
with gr.Blocks() as demo:
|
177 |
+
gr.Markdown("# π PDF Text Extractor with Multiple Exports")
|
178 |
|
179 |
with gr.Row():
|
180 |
pdf_input = gr.File(
|