UCS2014 commited on
Commit
57b94f2
·
verified ·
1 Parent(s): 90fe7e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -4
app.py CHANGED
@@ -21,15 +21,15 @@ COMPANY_NAME = "Smart Thinking"
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":"#E8F2FF", # light blue border
30
  }
31
  APP2 = {
32
- "title": "ST_Log_GR",
33
  "url": "https://smart-thinking-gr.hf.space/",
34
  "thumb": ASSETS / "app2.png",
35
  "blurb": "Real-Time GR Log Prediction",
@@ -38,7 +38,16 @@ APP2 = {
38
  }
39
  # NEW third card (edit title/url/blurb/thumb/colors as needed)
40
  APP3 = {
41
- "title": "ST_Third_App",
 
 
 
 
 
 
 
 
 
42
  "url": "https://example.com/", # <-- replace with your Space URL
43
  "thumb": ASSETS / "app3.png", # <-- upload this image
44
  "blurb": "Describe your third app here",
 
21
  TAGLINE = "We Deliver Smart AI-Based Solutions For O&G Industry"
22
 
23
  APP1 = {
24
+ "title": "ST_GeoMech",
25
+ "url": "https://smart-thinking-ai-suite-geomech.hf.space",
26
  "thumb": ASSETS / "app1.png",
27
  "blurb": "Real-Time UCS Prediction",
28
  "bg": "#F7FBFF", # very light blue
29
  "border":"#E8F2FF", # light blue border
30
  }
31
  APP2 = {
32
+ "title": "ST_TOC",
33
  "url": "https://smart-thinking-gr.hf.space/",
34
  "thumb": ASSETS / "app2.png",
35
  "blurb": "Real-Time GR Log Prediction",
 
38
  }
39
  # NEW third card (edit title/url/blurb/thumb/colors as needed)
40
  APP3 = {
41
+ "title": "ST_Perm",
42
+ "url": "https://example.com/", # <-- replace with your Space URL
43
+ "thumb": ASSETS / "app3.png", # <-- upload this image
44
+ "blurb": "Describe your third app here",
45
+ "bg": "#F9F6FF", # very light purple
46
+ "border":"#EDE6FF", # light purple border
47
+ }
48
+
49
+ APP4 = {
50
+ "title": "ST_Porosity",
51
  "url": "https://example.com/", # <-- replace with your Space URL
52
  "thumb": ASSETS / "app3.png", # <-- upload this image
53
  "blurb": "Describe your third app here",