Spaces:
Running
Running
Update state_manager.py
Browse files- state_manager.py +1 -1
state_manager.py
CHANGED
@@ -11,7 +11,7 @@ from datetime import timezone # Python's datetime, not to be confused with panda
|
|
11 |
import gradio as gr
|
12 |
|
13 |
# Assuming Bubble_API_Calls contains fetch_linkedin_token_from_bubble and fetch_linkedin_posts_data_from_bubble
|
14 |
-
from Bubble_API_Calls import (
|
15 |
fetch_linkedin_token_from_bubble,
|
16 |
fetch_linkedin_posts_data_from_bubble # This is generic, used for all tables
|
17 |
)
|
|
|
11 |
import gradio as gr
|
12 |
|
13 |
# Assuming Bubble_API_Calls contains fetch_linkedin_token_from_bubble and fetch_linkedin_posts_data_from_bubble
|
14 |
+
from apis.Bubble_API_Calls import (
|
15 |
fetch_linkedin_token_from_bubble,
|
16 |
fetch_linkedin_posts_data_from_bubble # This is generic, used for all tables
|
17 |
)
|