sadickam commited on
Commit
636fc98
Β·
verified Β·
1 Parent(s): 5bc18fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Metadata and Multiple Exports")
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(