UCS2014 commited on
Commit
44926e2
·
verified ·
1 Parent(s): 7e460eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -2,19 +2,19 @@ import streamlit as st
2
  from pathlib import Path
3
 
4
  # ------------ CONFIG ------------
5
- COMPANY_NAME = "YOUR_COMPANY_NAME"
6
- TAGLINE = "Short value proposition goes here."
7
  APP1 = {
8
- "title": "YOUR_APP1_TITLE",
9
- "url": "https://huggingface.co/spaces/YOUR_ORG/YOUR_APP1_SPACE",
10
  "thumb": "assets/app1.png",
11
- "blurb": "One-line description for App 1.",
12
  }
13
  APP2 = {
14
- "title": "YOUR_APP2_TITLE",
15
- "url": "https://huggingface.co/spaces/YOUR_ORG/YOUR_APP2_SPACE",
16
  "thumb": "assets/app2.png",
17
- "blurb": "One-line description for App 2.",
18
  }
19
  LOGO_PATH = Path("assets/logo.png")
20
 
 
2
  from pathlib import Path
3
 
4
  # ------------ CONFIG ------------
5
+ COMPANY_NAME = "Smart Thinking"
6
+ TAGLINE = "We Deliver Smart AI-Based Solutions For O&G Industry"
7
  APP1 = {
8
+ "title": "ST_Geo_Mech",
9
+ "url": "https://smart-thinking-ucs.hf.space/",
10
  "thumb": "assets/app1.png",
11
+ "blurb": "Real-Time UCS Prediction",
12
  }
13
  APP2 = {
14
+ "title": "ST_Log_GR",
15
+ "url": "https://smart-thinking-gr.hf.space/",
16
  "thumb": "assets/app2.png",
17
+ "blurb": "Real-Time GR Log Prediction",
18
  }
19
  LOGO_PATH = Path("assets/logo.png")
20