Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Upload app.py
Browse files
app.py
CHANGED
@@ -172,7 +172,9 @@ with gr.Blocks(css=custom_css) as demo:
|
|
172 |
<p>Disclaimers:</p>
|
173 |
<p>1. Not a clinical decision support tool</p>
|
174 |
<p>2. AI-extracted trial "spaces" and candidate matches may contain errors</p>
|
175 |
-
<p>3. Will not necessarily return all trials that match a given query</p>
|
|
|
|
|
176 |
""")
|
177 |
|
178 |
# Textbox for patient summary
|
|
|
172 |
<p>Disclaimers:</p>
|
173 |
<p>1. Not a clinical decision support tool</p>
|
174 |
<p>2. AI-extracted trial "spaces" and candidate matches may contain errors</p>
|
175 |
+
<p>3. Will not necessarily return all trials from clinicaltrials.gov that match a given query</p>
|
176 |
+
<p>4. Under active development; interface and underlying models will change</p>
|
177 |
+
<p>5. For better results, spell out cancer types (eg, enter "acute myeloid leukemia" rather than "AML")
|
178 |
""")
|
179 |
|
180 |
# Textbox for patient summary
|