Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,10 @@ def guarded_fetch_analytics():
|
|
64 |
return count_md, plot
|
65 |
|
66 |
def run_mentions_and_load():
|
67 |
-
html, fig = generate_mentions_dashboard(
|
|
|
|
|
|
|
68 |
return html, fig
|
69 |
|
70 |
|
|
|
64 |
return count_md, plot
|
65 |
|
66 |
def run_mentions_and_load():
|
67 |
+
html, fig = generate_mentions_dashboard(
|
68 |
+
token_received["client_id"],
|
69 |
+
token_received["token"]
|
70 |
+
)
|
71 |
return html, fig
|
72 |
|
73 |
|