sadickam commited on
Commit
4539ed0
·
verified ·
1 Parent(s): 480a9e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -511,7 +511,7 @@ def launch_interface():
511
 
512
  with gr.Row():
513
  start_page = gr.Number(value=1, label="🔢 Start Page", visible=False, info="The cover page is page 1")
514
- end_page = gr.Number(value=1, label="🔢 End Page", visible=False, minimum>=start_page)
515
 
516
  # Function to update visibility of start_page and end_page
517
  def update_page_inputs(extraction_mode):
 
511
 
512
  with gr.Row():
513
  start_page = gr.Number(value=1, label="🔢 Start Page", visible=False, info="The cover page is page 1")
514
+ end_page = gr.Number(value=1, label="🔢 End Page", visible=False)
515
 
516
  # Function to update visibility of start_page and end_page
517
  def update_page_inputs(extraction_mode):