aerf3gf commited on
Commit
6e746d2
·
verified ·
1 Parent(s): 7a1496a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ custom_css = """
17
  }
18
  """
19
 
20
- with gr.Blocks() as demo:
21
  gr.Markdown("# Clinical Trials Search Tool")
22
  gr.Markdown(
23
  "Find **recruiting US clinical trials** that match your **age**, **sex**, "
 
17
  }
18
  """
19
 
20
+ with gr.Blocks(css=custom_css) as demo:
21
  gr.Markdown("# Clinical Trials Search Tool")
22
  gr.Markdown(
23
  "Find **recruiting US clinical trials** that match your **age**, **sex**, "