UCS2014 commited on
Commit
3fc666d
·
verified ·
1 Parent(s): 2883e97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -21,26 +21,26 @@ COMPANY_NAME = "Smart Thinking - Logging"
21
  TAGLINE = "We Deliver Smart AI-Based Solutions For O&G Industry"
22
 
23
  APP1 = {
24
- "title": "ST_GeoMech_UCS",
25
- "url": "https://smart-thinking-ucs.hf.space/",
26
  "thumb": ASSETS / "app1.png",
27
- "blurb": "Real-Time UCS Prediction",
28
  "bg": "#F7FBFF", # very light blue
29
  "border":"#713F12", # accent border
30
  }
31
  APP2 = {
32
- "title": "ST_Log_Ym",
33
- "url": "https://smart-thinking-ym.hf.space/",
34
  "thumb": ASSETS / "app2.png",
35
- "blurb": "Real-Time Static Young's Modulus Prediction",
36
  "bg": "#F6FFF7", # very light green
37
  "border":"#713F12",
38
  }
39
  APP3 = {
40
- "title": "ST_Third_App",
41
- "url": "https://example.com/", # <-- replace with your Space URL
42
  "thumb": ASSETS / "app3.png", # <-- upload this image
43
- "blurb": "Describe your third app here",
44
  "bg": "#F9F6FF", # very light purple
45
  "border":"#713F12",
46
  }
 
21
  TAGLINE = "We Deliver Smart AI-Based Solutions For O&G Industry"
22
 
23
  APP1 = {
24
+ "title": "ST_Log_GR",
25
+ "url": "https://smart-thinking-gr.hf.space/",
26
  "thumb": ASSETS / "app1.png",
27
+ "blurb": "Real-Time GR Logging Prediction",
28
  "bg": "#F7FBFF", # very light blue
29
  "border":"#713F12", # accent border
30
  }
31
  APP2 = {
32
+ "title": "ST_Log_Sonic (Ts)",
33
+ "url": "https://smart-thinking-sonic-ts.hf.space",
34
  "thumb": ASSETS / "app2.png",
35
+ "blurb": "Real-Time Shear Slowness Logging Prediction",
36
  "bg": "#F6FFF7", # very light green
37
  "border":"#713F12",
38
  }
39
  APP3 = {
40
+ "title": "ST_Log_Sonic (Tc)",
41
+ "url": "https://smart-thinking-sonic-tc.hf.space", # <-- replace with your Space URL
42
  "thumb": ASSETS / "app3.png", # <-- upload this image
43
+ "blurb": "Real-Time Compression Slowness Logging Prediction",
44
  "bg": "#F9F6FF", # very light purple
45
  "border":"#713F12",
46
  }