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

Route update_output

sagemaker-dash/tutorials/app13.py:None–None  ·  view source on GitHub ↗
app.callback(Output('output-state', 'children'),
              Input('submit-button-state', 'n_clicks'),
              State('input-1-state', 'value'), State('input-2-state', '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