UCS2014 commited on
Commit
95802d0
·
verified ·
1 Parent(s): 323d435

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -15,7 +15,7 @@ st.set_page_config(page_title="ST_GeoMech SUITE", layout="wide")
15
 
16
  # ========= CARDS PER ROW (single control) =========
17
  # Change this to any integer >= 1 (e.g., 3, 4, 5...)
18
- CARDS_PER_ROW: int = 4
19
 
20
  # ========= GLOBAL THEME (one place) =========
21
  THEME: Dict[str, Any] = {
@@ -42,9 +42,9 @@ THEME: Dict[str, Any] = {
42
  "logo": ASSETS / "AI_Suite_GeoMech_logo.png",
43
  },
44
  "grid": {
45
- "gap": 50,
46
  # Card width is now fluid; keep for max-width if you like
47
- "card_width": 340,
48
  },
49
  "card": {
50
  "radius": 22,
 
15
 
16
  # ========= CARDS PER ROW (single control) =========
17
  # Change this to any integer >= 1 (e.g., 3, 4, 5...)
18
+ CARDS_PER_ROW: int = 3
19
 
20
  # ========= GLOBAL THEME (one place) =========
21
  THEME: Dict[str, Any] = {
 
42
  "logo": ASSETS / "AI_Suite_GeoMech_logo.png",
43
  },
44
  "grid": {
45
+ "gap": 70,
46
  # Card width is now fluid; keep for max-width if you like
47
+ "card_width": 380,
48
  },
49
  "card": {
50
  "radius": 22,