GuglielmoTor commited on
Commit
19ea45c
·
verified ·
1 Parent(s): b328d4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -106,7 +106,7 @@ def update_analytics_plots_figures(token_state_value, date_filter_option, custom
106
  date_column_posts = token_state_value.get("config_date_col_posts", "published_at")
107
  date_column_mentions = token_state_value.get("config_date_col_mentions", "date")
108
  media_type_col_name = token_state_value.get("config_media_type_col", "media_type")
109
- eb_labels_col_name = token_state_value.get("config_eb_labels_col", "li_eb_labels")
110
 
111
  plot_figs = []
112
  try:
@@ -171,7 +171,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="sky"),
171
  "fetch_count_for_api": 0, "url_user_token_temp_storage": None,
172
  "config_date_col_posts": "published_at", "config_date_col_mentions": "date",
173
  "config_date_col_followers": "date", "config_media_type_col": "media_type",
174
- "config_eb_labels_col": "li_eb_labels"
175
  })
176
 
177
  gr.Markdown("# 🚀 LinkedIn Organization Dashboard")
 
106
  date_column_posts = token_state_value.get("config_date_col_posts", "published_at")
107
  date_column_mentions = token_state_value.get("config_date_col_mentions", "date")
108
  media_type_col_name = token_state_value.get("config_media_type_col", "media_type")
109
+ eb_labels_col_name = token_state_value.get("config_eb_labels_col", "li_eb_label")
110
 
111
  plot_figs = []
112
  try:
 
171
  "fetch_count_for_api": 0, "url_user_token_temp_storage": None,
172
  "config_date_col_posts": "published_at", "config_date_col_mentions": "date",
173
  "config_date_col_followers": "date", "config_media_type_col": "media_type",
174
+ "config_eb_labels_col": "li_eb_label"
175
  })
176
 
177
  gr.Markdown("# 🚀 LinkedIn Organization Dashboard")