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