Spaces:
Running
Running
Update analytics_fetch_and_rendering.py
Browse files
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
|