aerf3gf commited on
Commit
7a1496a
·
verified ·
1 Parent(s): 0f6b9f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,8 +12,8 @@ def run_search(age, sex, state, keywords):
12
 
13
  # Custom CSS for background
14
  custom_css = """
15
- body {
16
- background-color: #e0f7fa; /* light cyan */
17
  }
18
  """
19
 
 
12
 
13
  # Custom CSS for background
14
  custom_css = """
15
+ .gradio-container {
16
+ background-color: #e0f7fa !important;
17
  }
18
  """
19