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