Hi
I have this callback
@app.callback(Output('updatemode-output-container', 'children'),Input('dropdown1_chart8', "value"),Input('dropdown2_chart8', "value"),
Input('slider', 'value'))
and the definition returns this:
return 'Linear Value: {} | \
Correlated Value: {}'.format(value, trans_value)
how can I make the return print in the dashboard here?
dbc.Row(
[
dbc.Col(html.H3(updatemode-output-container, md=12)),
],