UCS2014 commited on
Commit
e33d81d
·
verified ·
1 Parent(s): 1bcb2bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -57,7 +57,7 @@ THEME: Dict[str, Any] = {
57
  "blurb_color": "#566275",
58
  "blurb_size": 16,
59
  "blurb_mt": 0, # space above blurb
60
- "blurb_mb": 20, # space below blurb
61
 
62
  # Card logo controls (no frame/border)
63
  "logo_max_w": 300,
@@ -77,7 +77,7 @@ THEME: Dict[str, Any] = {
77
  # ========= CARDS =========
78
  CARDS = [
79
  {
80
- "title": "Geomechanics",
81
  "blurb": "Predict Rock Mechanical Behaviour Using AI",
82
  "url": "https://smart-thinking-smw.hf.space",
83
  "icon": ASSETS / "GeoMech_logo.png",
@@ -88,7 +88,7 @@ CARDS = [
88
  },
89
  },
90
  {
91
- "title": "Well Logging",
92
  "blurb": "Generate Synthetic Logging Profiles Using AI",
93
  "url": "https://smart-thinking-gr.hf.space",
94
  "icon": ASSETS / "log_logo.png",
 
57
  "blurb_color": "#566275",
58
  "blurb_size": 16,
59
  "blurb_mt": 0, # space above blurb
60
+ "blurb_mb": 40, # space below blurb
61
 
62
  # Card logo controls (no frame/border)
63
  "logo_max_w": 300,
 
77
  # ========= CARDS =========
78
  CARDS = [
79
  {
80
+ "title": "\u00A0Geomechanics",
81
  "blurb": "Predict Rock Mechanical Behaviour Using AI",
82
  "url": "https://smart-thinking-smw.hf.space",
83
  "icon": ASSETS / "GeoMech_logo.png",
 
88
  },
89
  },
90
  {
91
+ "title": "\u00A0Well Logging",
92
  "blurb": "Generate Synthetic Logging Profiles Using AI",
93
  "url": "https://smart-thinking-gr.hf.space",
94
  "icon": ASSETS / "log_logo.png",