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