UCS2014 commited on
Commit
380507d
·
verified ·
1 Parent(s): d140c9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -76,7 +76,7 @@ THEME: Dict[str, Any] = {
76
  # Solid, very-light tints for a premium feel (no washed-out rgba)
77
  CARDS = [
78
  {
79
- "title": "ST_Log_GR",
80
  "blurb": "Real-time gamma-ray log prediction.",
81
  "url": "https://smart-thinking-gr.hf.space/",
82
  "icon": ASSETS / "GR_logo.png",
@@ -87,7 +87,7 @@ CARDS = [
87
  },
88
  },
89
  {
90
- "title": "ST_Log_Sonic (Ts)",
91
  "blurb": "Predict shear slowness (DtS) in real time.",
92
  "url": "https://smart-thinking-sonic-ts.hf.space",
93
  "icon": ASSETS / "Ts_logo.png",
@@ -98,7 +98,7 @@ CARDS = [
98
  },
99
  },
100
  {
101
- "title": "ST_Log_Sonic (Tc)",
102
  "blurb": "Predict compressional slowness (DtC) in real time.",
103
  "url": "https://smart-thinking-sonic-tc.hf.space",
104
  "icon": ASSETS / "Tc_logo.png",
 
76
  # Solid, very-light tints for a premium feel (no washed-out rgba)
77
  CARDS = [
78
  {
79
+ "title": " ST_Log_GR",
80
  "blurb": "Real-time gamma-ray log prediction.",
81
  "url": "https://smart-thinking-gr.hf.space/",
82
  "icon": ASSETS / "GR_logo.png",
 
87
  },
88
  },
89
  {
90
+ "title": " ST_Log_Sonic (Ts)",
91
  "blurb": "Predict shear slowness (DtS) in real time.",
92
  "url": "https://smart-thinking-sonic-ts.hf.space",
93
  "icon": ASSETS / "Ts_logo.png",
 
98
  },
99
  },
100
  {
101
+ "title": " ST_Log_Sonic (Tc)",
102
  "blurb": "Predict compressional slowness (DtC) in real time.",
103
  "url": "https://smart-thinking-sonic-tc.hf.space",
104
  "icon": ASSETS / "Tc_logo.png",