acecalisto3 commited on
Commit
76c6d6c
·
verified ·
1 Parent(s): b74e3f5

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +1 -1
app2.py CHANGED
@@ -1491,7 +1491,7 @@ def create_modern_interface():
1491
 
1492
  process_btn.click(
1493
  process_inputs,
1494
- inputs=[url_input, file_input, text_input, combine_data],
1495
  outputs=[output_json, output_gallery, output_text]
1496
  ).then( # Chain a .then() to update the QR paths state and trigger viewport update
1497
  on_qr_generation,
 
1491
 
1492
  process_btn.click(
1493
  process_inputs,
1494
+ inputs=[url_input, file_input, text_input, combine_data, crawl_depth_slider],
1495
  outputs=[output_json, output_gallery, output_text]
1496
  ).then( # Chain a .then() to update the QR paths state and trigger viewport update
1497
  on_qr_generation,