Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(
|
|
31 |
|
32 |
# --- Global Constants ---
|
33 |
# Standard number of posts for initial fetch
|
34 |
-
DEFAULT_INITIAL_FETCH_COUNT =
|
35 |
# Key for post URN in data processed from LinkedIn (e.g., in detailed_posts)
|
36 |
LINKEDIN_POST_URN_KEY = 'id'
|
37 |
# Column name for post URN in the DataFrame fetched from Bubble (bubble_posts_df)
|
|
|
31 |
|
32 |
# --- Global Constants ---
|
33 |
# Standard number of posts for initial fetch
|
34 |
+
DEFAULT_INITIAL_FETCH_COUNT = 10
|
35 |
# Key for post URN in data processed from LinkedIn (e.g., in detailed_posts)
|
36 |
LINKEDIN_POST_URN_KEY = 'id'
|
37 |
# Column name for post URN in the DataFrame fetched from Bubble (bubble_posts_df)
|