Your callback is wrong. It should be: @app.callback(Output('my-table', 'rows'), [Input('graph-update', 'n_intervals')]) def update_table(n, ...
確定! 回上一頁