Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ from collections import OrderedDict, defaultdict # To maintain section order and
|
|
13 |
import asyncio # For async operations
|
14 |
|
15 |
# --- Module Imports ---
|
16 |
-
from gradio_utils import get_url_user_token
|
17 |
# Functions from newly created/refactored modules
|
18 |
from config import (
|
19 |
LINKEDIN_CLIENT_ID_ENV_VAR, BUBBLE_APP_NAME_ENV_VAR,
|
|
|
13 |
import asyncio # For async operations
|
14 |
|
15 |
# --- Module Imports ---
|
16 |
+
from utils.gradio_utils import get_url_user_token
|
17 |
# Functions from newly created/refactored modules
|
18 |
from config import (
|
19 |
LINKEDIN_CLIENT_ID_ENV_VAR, BUBBLE_APP_NAME_ENV_VAR,
|