Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -99,12 +99,8 @@ except ImportError as e:
|
|
99 |
return {'header_html': '<h1>Agentic modules not loaded.</h1>', 'body_markdown': 'Report display unavailable.'}
|
100 |
|
101 |
|
102 |
-
with gr.Blocks(
|
103 |
-
|
104 |
-
css=custom_css,
|
105 |
-
title="LinkedIn Organization Dashboard - Enhanced",
|
106 |
-
head="<link href='https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap' rel='stylesheet'>"
|
107 |
-
) as app:
|
108 |
# --- STATE MANAGEMENT ---
|
109 |
token_state = gr.State(value={
|
110 |
"token": None, "client_id": None, "org_urn": None,
|
|
|
99 |
return {'header_html': '<h1>Agentic modules not loaded.</h1>', 'body_markdown': 'Report display unavailable.'}
|
100 |
|
101 |
|
102 |
+
with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="sky"),
|
103 |
+
title="LinkedIn Organization Dashboard") as app:
|
|
|
|
|
|
|
|
|
104 |
# --- STATE MANAGEMENT ---
|
105 |
token_state = gr.State(value={
|
106 |
"token": None, "client_id": None, "org_urn": None,
|