Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
|
|
|
| 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**, "
|