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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -55,7 +55,7 @@ THEME: Dict[str, Any] = {
55
  "blurb_size": 16,
56
 
57
  # Card logo controls (no frames/borders)
58
- "logo_max_w": 140, # 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
  },
@@ -82,10 +82,10 @@ CARDS = [
82
  },
83
  },
84
  {
85
- "title": "Logging",
86
  "blurb": "Generate Synthetic Logging Profiles Using AI",
87
  "url": "https://smart-thinking-gr.hf.space", # example target
88
- "icon": ASSETS / "Log_logo.png", # <— card logo file
89
  "style": {
90
  "bg_top": "#F8FFF4",
91
  "bg_bot": "#FBFFF8",
 
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
  },
 
82
  },
83
  },
84
  {
85
+ "title": "Well Logging",
86
  "blurb": "Generate Synthetic Logging Profiles Using AI",
87
  "url": "https://smart-thinking-gr.hf.space", # example target
88
+ "icon": ASSETS / "log_logo.png", # <— card logo file
89
  "style": {
90
  "bg_top": "#F8FFF4",
91
  "bg_bot": "#FBFFF8",