GuglielmoTor commited on
Commit
3dd80c6
·
verified ·
1 Parent(s): 0013a53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -81,7 +81,7 @@ def update_analytics_plots_figures(token_state_value, date_filter_option, custom
81
  date_column_posts = token_state_value.get("config_date_col_posts", "published_at")
82
  date_column_mentions = token_state_value.get("config_date_col_mentions", "date")
83
  media_type_col_name = token_state_value.get("config_media_type_col", "media_type")
84
- eb_labels_col_name = token_state_value.get("config_eb_labels_col", "li_eb_labels")
85
 
86
  plot_figs = []
87
  # Optional: For detailed profiling of each plot
@@ -162,7 +162,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="sky"),
162
  "fetch_count_for_api": 0, "url_user_token_temp_storage": None,
163
  "config_date_col_posts": "published_at", "config_date_col_mentions": "date",
164
  "config_date_col_followers": "date", "config_media_type_col": "media_type",
165
- "config_eb_labels_col": "li_eb_labels"
166
  })
167
 
168
  gr.Markdown("# 🚀 LinkedIn Organization Dashboard")
 
81
  date_column_posts = token_state_value.get("config_date_col_posts", "published_at")
82
  date_column_mentions = token_state_value.get("config_date_col_mentions", "date")
83
  media_type_col_name = token_state_value.get("config_media_type_col", "media_type")
84
+ eb_labels_col_name = token_state_value.get("config_eb_labels_col", "li_eb_label")
85
 
86
  plot_figs = []
87
  # Optional: For detailed profiling of each plot
 
162
  "fetch_count_for_api": 0, "url_user_token_temp_storage": None,
163
  "config_date_col_posts": "published_at", "config_date_col_mentions": "date",
164
  "config_date_col_followers": "date", "config_media_type_col": "media_type",
165
+ "config_eb_labels_col": "li_eb_label"
166
  })
167
 
168
  gr.Markdown("# 🚀 LinkedIn Organization Dashboard")