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

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
@@ -327,7 +327,7 @@ def fetch_and_render_analytics(comm_client_id, comm_token):
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
331
 
332
  except (ValueError, requests.exceptions.RequestException) as api_ve:
333
  # Catch specific API or configuration errors from fetch_analytics_data
 
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_output, growth_output
331
 
332
  except (ValueError, requests.exceptions.RequestException) as api_ve:
333
  # Catch specific API or configuration errors from fetch_analytics_data