app.callback(
Output("number-output", "children"),
Input("input-1", "value"),
Input("input-2", "value"),
)
| 1 | # -*- coding: utf-8 -*- |
| 2 | import dash |
| 3 | import dash_core_components as dcc |
| 4 | import dash_html_components as html |
nothing calls this directly
no outgoing calls
no test coverage detected