GuglielmoTor commited on
Commit
e76d34a
·
verified ·
1 Parent(s): af306e2

Update mentions_dashboard.py

Browse files
Files changed (1) hide show
  1. mentions_dashboard.py +2 -1
mentions_dashboard.py CHANGED
@@ -151,4 +151,5 @@ def generate_mentions_dashboard(comm_client_id, comm_token_dict):
151
  ax.set_yticks([])
152
  ax.set_title("📊 Mention Sentiment Over Time")
153
 
154
- return html_content, fig
 
 
151
  ax.set_yticks([])
152
  ax.set_title("📊 Mention Sentiment Over Time")
153
 
154
+ return html_content, fig, mention_data
155
+