JS6969 commited on
Commit
87db7f0
·
verified ·
1 Parent(s): e1b94e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ APP_DIR = os.getcwd()
38
  SESSION_FILE = "/tmp/forge_session.json"
39
  # --- Branding
40
  LOGO_AUTOFIT = False # match logo height to title+subtitles stack
41
- LOGO_HEIGHT_PX = 100 # used only if LOGO_AUTOFIT is False
42
  LOGO_SCALE = 1.0 # multiplier when auto-fitting
43
  LOGO_AUTOFIT = os.getenv("FORGE_LOGO_AUTOFIT", "1") == "1" if "FORGE_LOGO_AUTOFIT" in os.environ else LOGO_AUTOFIT
44
  LOGO_HEIGHT_PX = int(os.getenv("FORGE_LOGO_PX", LOGO_HEIGHT_PX))
 
38
  SESSION_FILE = "/tmp/forge_session.json"
39
  # --- Branding
40
  LOGO_AUTOFIT = False # match logo height to title+subtitles stack
41
+ LOGO_HEIGHT_PX = 60 # used only if LOGO_AUTOFIT is False
42
  LOGO_SCALE = 1.0 # multiplier when auto-fitting
43
  LOGO_AUTOFIT = os.getenv("FORGE_LOGO_AUTOFIT", "1") == "1" if "FORGE_LOGO_AUTOFIT" in os.environ else LOGO_AUTOFIT
44
  LOGO_HEIGHT_PX = int(os.getenv("FORGE_LOGO_PX", LOGO_HEIGHT_PX))