djwatson54
Results
1
comments of
djwatson54
> > Use Input instead (change interval to n_intervals): > > `@app.callback(Output('historical-graph', 'figure'), [Input(component_id='sentiment_term', component_property='value'), Input('historical-update', 'n_intervals')])` > > Also add n_intervals to the Interval: > > `dcc.Interval( id='sentiment-pie-update', interval=60*1000,...