UCS2014 commited on
Commit
c6c40ec
·
verified ·
1 Parent(s): cc27644

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,8 +17,8 @@ BUTTON_TEXT = "Click to Run APP"
17
  OPEN_IN_NEW_TAB = False
18
 
19
  # NEW: Background image controls
20
- BACKGROUND_IMAGE = ASSETS / "bg.jpg" # <-- put your background image here
21
- BACKGROUND_OPACITY = 0.12 # 0.0 (invisible) ... 1.0 (fully opaque)
22
 
23
  # ========= BRAND / APPS =========
24
  COMPANY_NAME = "Smart Thinking - Logging"
 
17
  OPEN_IN_NEW_TAB = False
18
 
19
  # NEW: Background image controls
20
+ BACKGROUND_IMAGE = ASSETS / "bg.png" # <-- put your background image here
21
+ BACKGROUND_OPACITY = 0.3 # 0.0 (invisible) ... 1.0 (fully opaque)
22
 
23
  # ========= BRAND / APPS =========
24
  COMPANY_NAME = "Smart Thinking - Logging"