Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -56,6 +56,7 @@ FOLLOWER_STATS_TYPE_COLUMN = "follower_count_type" # e.g., "follower_seniority",
|
|
56 |
FOLLOWER_STATS_ORG_URN_COLUMN = "organization_urn" # URN of the organization
|
57 |
FOLLOWER_STATS_ORGANIC_COLUMN = "follower_count_organic"
|
58 |
FOLLOWER_STATS_PAID_COLUMN = "follower_count_paid"
|
|
|
59 |
|
60 |
|
61 |
def check_token_status(token_state):
|
|
|
56 |
FOLLOWER_STATS_ORG_URN_COLUMN = "organization_urn" # URN of the organization
|
57 |
FOLLOWER_STATS_ORGANIC_COLUMN = "follower_count_organic"
|
58 |
FOLLOWER_STATS_PAID_COLUMN = "follower_count_paid"
|
59 |
+
FOLLOWER_STATS_CATEGORY_COLUMN_DT = 'category_name_dt'
|
60 |
|
61 |
|
62 |
def check_token_status(token_state):
|