UCS2014 commited on
Commit
1693be4
·
verified ·
1 Parent(s): 06f8716

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -13
app.py CHANGED
@@ -35,7 +35,7 @@ THEME: Dict[str, Any] = {
35
  "grid": {
36
  "columns": 4,
37
  "gap": 40,
38
- "card_width": 300,
39
  },
40
  "card": {
41
  "radius": 22,
@@ -100,24 +100,24 @@ CARDS = [
100
  },
101
  {
102
  "title": "\u00A0Permeability",
103
- "blurb": "Generate Synthetic Logging Profiles Using AI",
104
- "url": "https://smart-thinking-ai-suite-log.hf.space",
105
- "icon": ASSETS / "log_logo.png",
106
  "style": {
107
- "bg_top": "#F8FFF4",
108
- "bg_bot": "#FBFFF8",
109
- "border": "#0F3D3E",
110
  },
111
  },
112
  {
113
  "title": "\u00A0Porosity",
114
- "blurb": "Generate Synthetic Logging Profiles Using AI",
115
- "url": "https://smart-thinking-ai-suite-log.hf.space",
116
- "icon": ASSETS / "log_logo.png",
117
  "style": {
118
- "bg_top": "#F8FFF4",
119
- "bg_bot": "#FBFFF8",
120
- "border": "#0F3D3E",
121
  },
122
  },
123
  ]
 
35
  "grid": {
36
  "columns": 4,
37
  "gap": 40,
38
+ "card_width": 400,
39
  },
40
  "card": {
41
  "radius": 22,
 
100
  },
101
  {
102
  "title": "\u00A0Permeability",
103
+ "blurb": "Predict K Via AI",
104
+ "url": "https://smart-thinking-ai-suite-perm.hf.space",
105
+ "icon": ASSETS / "ST_Perm_logo.png",
106
  "style": {
107
+ "bg_top": "#FFF7E6",
108
+ "bg_bot": "#FFFDF8",
109
+ "border": "#8B5E00",
110
  },
111
  },
112
  {
113
  "title": "\u00A0Porosity",
114
+ "blurb": "Predict Porosity Via AI",
115
+ "url": "https://smart-thinking-ai-suite-poro.hf.space",
116
+ "icon": ASSETS / "ST_Porosity_logo.png",
117
  "style": {
118
+ "bg_top": "#F3E8FF",
119
+ "bg_bot": "#FAF7FF",
120
+ "border": "#4B0082",
121
  },
122
  },
123
  ]