GuglielmoTor commited on
Commit
fef5695
·
verified ·
1 Parent(s): 1d767c3

Update app.py

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