GuglielmoTor commited on
Commit
0fbcf32
·
verified ·
1 Parent(s): 4cc3230

Update analytics_fetch_and_rendering.py

Browse files
Files changed (1) hide show
  1. analytics_fetch_and_rendering.py +1 -1
analytics_fetch_and_rendering.py CHANGED
@@ -324,7 +324,7 @@ def fetch_and_render_analytics(comm_client_id, comm_token):
324
  plot_output = gr.update(value=plot_fig, visible=True)
325
 
326
  # Generate follower growth rate plot
327
- growth_rate_fig = plot_growth_rate(follower_gains_list)
328
  growth_output = gr.update(value=growth_rate_fig, visible=True)
329
 
330
  return count_output, plot_fig, growth_output
 
324
  plot_output = gr.update(value=plot_fig, visible=True)
325
 
326
  # Generate follower growth rate plot
327
+ growth_rate_fig = plot_growth_rate(follower_gains_list, follower_count)
328
  growth_output = gr.update(value=growth_rate_fig, visible=True)
329
 
330
  return count_output, plot_fig, growth_output