UCS2014 commited on
Commit
3c28cfb
·
verified ·
1 Parent(s): 63e3a15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -17,7 +17,7 @@ BUTTON_TEXT = "Click to Run APP"
17
  OPEN_IN_NEW_TAB = False # True = open links in a new tab
18
 
19
  # ========= BRAND / APPS =========
20
- COMPANY_NAME = "Smart Thinking - Geomechanics"
21
  TAGLINE = "We Deliver Smart AI-Based Solutions For O&G Industry"
22
 
23
  APP1 = {
@@ -26,7 +26,7 @@ APP1 = {
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_Ym",
@@ -34,7 +34,7 @@ APP2 = {
34
  "thumb": ASSETS / "app2.png",
35
  "blurb": "Real-Time Static Young's Modulus Prediction",
36
  "bg": "#F6FFF7", # very light green
37
- "border":"#E4F9E6", # light green border
38
  }
39
  # NEW third card (edit title/url/blurb/thumb/colors as needed)
40
  APP3 = {
@@ -43,7 +43,7 @@ APP3 = {
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
  LOGO_PATH = ASSETS / "logo.png"
 
17
  OPEN_IN_NEW_TAB = False # True = open links in a new tab
18
 
19
  # ========= BRAND / APPS =========
20
+ COMPANY_NAME = "Smart Thinking - Logging"
21
  TAGLINE = "We Deliver Smart AI-Based Solutions For O&G Industry"
22
 
23
  APP1 = {
 
26
  "thumb": ASSETS / "app1.png",
27
  "blurb": "Real-Time UCS Prediction",
28
  "bg": "#F7FBFF", # very light blue
29
+ "border":"#713F12", # light blue border
30
  }
31
  APP2 = {
32
  "title": "ST_Log_Ym",
 
34
  "thumb": ASSETS / "app2.png",
35
  "blurb": "Real-Time Static Young's Modulus Prediction",
36
  "bg": "#F6FFF7", # very light green
37
+ "border":"#713F12", # light green border
38
  }
39
  # NEW third card (edit title/url/blurb/thumb/colors as needed)
40
  APP3 = {
 
43
  "thumb": ASSETS / "app3.png", # <-- upload this image
44
  "blurb": "Describe your third app here",
45
  "bg": "#F9F6FF", # very light purple
46
+ "border":"#713F12", # light purple border
47
  }
48
 
49
  LOGO_PATH = ASSETS / "logo.png"