Spaces:
Running
Running
Update app.py
Browse files
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
|
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):
|