UCS2014 commited on
Commit
f7097fa
·
verified ·
1 Parent(s): a3c8fad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -10,7 +10,7 @@ BASE_DIR = Path(__file__).parent
10
  ASSETS = BASE_DIR / "assets"
11
 
12
  # ========= META =========
13
- st.set_page_config(page_title="Smart Thinking — AI for O&G", layout="wide")
14
 
15
  # ========= GLOBAL THEME (all knobs live here) =========
16
  THEME: Dict[str, Any] = {
@@ -24,7 +24,7 @@ THEME: Dict[str, Any] = {
24
  "hero": {
25
  # Company logo in the middle
26
  "logo": ASSETS / "logo.png", # <— set your company logo file here
27
- "width": 360, # rendered pixel width of hero logo
28
  "tagline": "We Deliver AI-Based Solutions For O&G Industry",
29
  "tagline_size": 22, # px
30
  "tagline_weight": 800, # 600/700/800 etc.
@@ -55,9 +55,9 @@ THEME: Dict[str, Any] = {
55
  "blurb_size": 16,
56
 
57
  # Card logo controls (no frames/borders)
58
- "logo_max_w": 200, # max width of card logo (px)
59
  "logo_top": 6, # px space above card logo
60
- "logo_bottom": 8, # px space below card logo
61
  },
62
  "button": {
63
  "pad_v": 12, "pad_h": 20, "radius": 14,
 
10
  ASSETS = BASE_DIR / "assets"
11
 
12
  # ========= META =========
13
+ st.set_page_config(page_title="Smart Thinking — AI Suite", layout="wide")
14
 
15
  # ========= GLOBAL THEME (all knobs live here) =========
16
  THEME: Dict[str, Any] = {
 
24
  "hero": {
25
  # Company logo in the middle
26
  "logo": ASSETS / "logo.png", # <— set your company logo file here
27
+ "width": 340, # rendered pixel width of hero logo
28
  "tagline": "We Deliver AI-Based Solutions For O&G Industry",
29
  "tagline_size": 22, # px
30
  "tagline_weight": 800, # 600/700/800 etc.
 
55
  "blurb_size": 16,
56
 
57
  # Card logo controls (no frames/borders)
58
+ "logo_max_w": 250, # max width of card logo (px)
59
  "logo_top": 6, # px space above card logo
60
+ "logo_bottom": 4, # px space below card logo
61
  },
62
  "button": {
63
  "pad_v": 12, "pad_h": 20, "radius": 14,