GuglielmoTor commited on
Commit
826a2a1
·
verified ·
1 Parent(s): 57a2c6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,