aerf3gf commited on
Commit
c1296be
·
verified ·
1 Parent(s): 8ff87fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -9
app.py CHANGED
@@ -10,18 +10,11 @@ def run_search(age, sex, state, keywords):
10
  )
11
  return results
12
 
13
- # Custom CSS for background
14
- custom_css = """
15
- body > div {
16
- background-color: #e0f7fa !important;
17
- color: #111 !important; /* very dark text */
18
- min-height: 100vh;
19
- }
20
- """
21
 
22
 
23
 
24
- with gr.Blocks(css=custom_css) as demo:
 
25
  gr.Markdown("# Clinical Trials Search Tool")
26
  gr.Markdown(
27
  "Find **recruiting US clinical trials** that match your **age**, **sex**, "
 
10
  )
11
  return results
12
 
 
 
 
 
 
 
 
 
13
 
14
 
15
 
16
+
17
+ with gr.Blocks() as demo:
18
  gr.Markdown("# Clinical Trials Search Tool")
19
  gr.Markdown(
20
  "Find **recruiting US clinical trials** that match your **age**, **sex**, "