MiakOnline commited on
Commit
9dccdb5
·
verified ·
1 Parent(s): 1c75c91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,11 +23,11 @@ page_bg_img = """
23
  #}
24
 
25
  [data-testid="stHeader"] {
26
- background-color: rgba(0, 128, 0, 0.0); /* Transparent green header */
27
  }
28
 
29
  .st-emotion-cache-1v0mbdj {
30
- background-color: rgba(200, 255, 200, 0.92); /* Light green box */
31
  border-radius: 1rem;
32
  padding: 1rem;
33
  box-shadow: 0 0 10px rgba(0, 100, 0, 0.3);
 
23
  #}
24
 
25
  [data-testid="stHeader"] {
26
+ background-color: rgba(0, 128, 0, 0.0);
27
  }
28
 
29
  .st-emotion-cache-1v0mbdj {
30
+ background-color: rgba(240, 255, 240, 0.92); /* Light green */
31
  border-radius: 1rem;
32
  padding: 1rem;
33
  box-shadow: 0 0 10px rgba(0, 100, 0, 0.3);