Update app.py
Browse files
app.py
CHANGED
|
@@ -1586,9 +1586,6 @@ def build_interface(tinkeriq_app: TinkerIQApp):
|
|
| 1586 |
)
|
| 1587 |
|
| 1588 |
search_btn.click(
|
| 1589 |
-
fn=handle_component
|
| 1590 |
-
|
| 1591 |
-
search_btn.click(
|
| 1592 |
fn=handle_component_search,
|
| 1593 |
inputs=[search_query, search_category, supplier_filter],
|
| 1594 |
outputs=[search_results, component_details]
|
|
|
|
| 1586 |
)
|
| 1587 |
|
| 1588 |
search_btn.click(
|
|
|
|
|
|
|
|
|
|
| 1589 |
fn=handle_component_search,
|
| 1590 |
inputs=[search_query, search_category, supplier_filter],
|
| 1591 |
outputs=[search_results, component_details]
|