MCPcopy Create free account
hub / github.com/alpha2phi/python-apps / update_output

Route update_output

sagemaker-dash/tutorials/app12.py:None–None  ·  view source on GitHub ↗
app.callback(
    Output("number-output", "children"),
    Input("input-1", "value"),
    Input("input-2", "value"),
)

Source from the content-addressed store, hash-verified

1# -*- coding: utf-8 -*-
2import dash
3import dash_core_components as dcc
4import dash_html_components as html

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected